File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555}
5656
5757
58+ header .index-header {
59+ position : absolute ;
60+ top : 0 ;
61+ z-index : 2 ;
62+ width : 100vw ;
63+ }
64+
5865header {
5966 margin-block : 1em ;
6067
Original file line number Diff line number Diff line change @@ -85,12 +85,15 @@ body {
8585 background-size : cover ;
8686
8787 div #welcome {
88- min-height : calc ( 100vh - 80 px ) ;
88+ min-height : 100vh ;
8989 display : flex ;
9090 flex-direction : column ;
9191 justify-content : center ;
9292 text-align : center ;
93+
94+ padding-block-start : 80px ;
9395 margin-block-end : 1.75em ;
96+
9497 backdrop-filter : blur (3px );
9598
9699 p {
Original file line number Diff line number Diff line change 2525< body >
2626 < div id ="top ">
2727
28- < header class ="header ">
28+ < header class ="header {% if current_url | default(value= "/" ) | trim_end_matches(pat='/' ) | safe==get_url(path='/' ) %} index-header {% endif %} ">
2929 < div class ="content ">
3030 < nav >
3131 < a {% if current_url | default(value ="/ " ) | trim_end_matches(pat ='/ ' ) | safe ==get_url(path ='/' ) %}
You can’t perform that action at this time.
0 commit comments