slightly better mobile support

This commit is contained in:
koehr 2024-03-31 23:57:02 +02:00
parent 012c262f32
commit 934d47c2b5
2 changed files with 2 additions and 2 deletions

2
dist/style.css vendored
View file

@ -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;
}

View file

@ -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;
}