File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,8 @@ mixin page(route="")
6060 meta( http-equiv ="X-UA-Compatible" , content ="IE=edge" )
6161 meta( name ="viewport" content ="width=device-width, initial-scale=1" )
6262 meta( name ="color-scheme" content ="dark light" )
63+ link( rel ="icon" type ="image/svg+xml" href ="/static/logo.svg" )
64+ link( rel ="mask-icon" href ="/static/logo.svg" color ="#000000" )
6365
6466 script
6567 :fetch ( url ="https://unpkg.com/htmx.org@2.0.4/dist/htmx.min.js" )
File renamed without changes.
Original file line number Diff line number Diff line change @@ -194,6 +194,7 @@ section.hero {
194194 align-items : center;
195195 justify-content : center;
196196 min-height : calc (100vh - var (--top-bottom-margin ) * 2 );
197+ min-height : calc (100dvh - var (--top-bottom-margin ) * 2 );
197198 position : relative;
198199 padding : var (--section-margins-lg );
199200
You can’t perform that action at this time.
0 commit comments