slightly better mobile support
This commit is contained in:
parent
012c262f32
commit
934d47c2b5
2 changed files with 2 additions and 2 deletions
2
dist/style.css
vendored
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…
Add table
Reference in a new issue