slightly better mobile support

main
koehr 6 months ago
parent 012c262f32
commit 934d47c2b5

2
dist/style.css vendored

@ -84,6 +84,7 @@ body>header>svg {
body>main {
width: 960px;
max-width: 98vw;
margin: var(--header-height) auto 4em;
}
@ -94,7 +95,6 @@ a {
#intro {
display: flex;
flex-flow: column nowrap;
justify-content: center;
height: calc(100vh - var(--header-height));
margin: 2rem 0;
}

@ -84,6 +84,7 @@ body>header>svg {
body>main {
width: 960px;
max-width: 98vw;
margin: var(--header-height) auto 4em;
}
@ -94,7 +95,6 @@ a {
#intro {
display: flex;
flex-flow: column nowrap;
justify-content: center;
height: calc(100vh - var(--header-height));
margin: 2rem 0;
}

Loading…
Cancel
Save