File tree Expand file tree Collapse file tree 4 files changed +2
-2
lines changed Expand file tree Collapse file tree 4 files changed +2
-2
lines changed Original file line number Diff line number Diff line change
1
+ < style > @view-transition { navigation : auto; } </ style >
Original file line number Diff line number Diff line change 36
36
{% endfor %}
37
37
{% endif %}
38
38
39
+ {% include critical_css.html %}
39
40
< link rel ="stylesheet " href ="{{ '/assets/css/main.css' | relative_css_url }} " />
40
41
< link rel ="preconnect " href ="https://fonts.googleapis.com ">
41
42
< link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin >
Original file line number Diff line number Diff line change 41
41
display : flex ;
42
42
flex-direction : column ;
43
43
background : rgba ($white , .4 );
44
- max-height : max-content ;
45
44
46
45
& __icon img {
47
46
max-width : 110px ;
Original file line number Diff line number Diff line change 20
20
max-width : 410px ;
21
21
background : rgba ($white , .05 );
22
22
box-shadow : $main-shadow ;
23
- max-height : max-content ;
24
23
margin : 5px ;
25
24
& __description { margin : 0 ; }
26
25
You can’t perform that action at this time.
0 commit comments