Skip to content

Commit 3e9af8c

Browse files
committed
fix logo, fix dynamic viewport height
1 parent e407d53 commit 3e9af8c

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/_site.pug

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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")

src/static_inject/global.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)