Skip to content

Commit

Permalink
site: tweak on sm screens
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyalIcing committed Jun 18, 2024
1 parent de3d283 commit 3988bee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ input { font-size: inherit; }
:root[data-path="/"] h1 {
text-align: center;
padding-top: 1em;
padding-bottom: 1em;
font-size: 2em;
font-style: italic;
Expand All @@ -257,7 +256,6 @@ input { font-size: inherit; }
justify-content: center;
padding: 0;
gap: 1rem;
font-size: 125%;
}
:root[data-path="/"] h1 + ul li {
margin-top: 0 !important;
Expand Down Expand Up @@ -291,10 +289,12 @@ input { font-size: inherit; }
--link-padding: 0.125em 0 0.125em 2rem;
}
:root[data-path="/"] h1 {
padding-top: 1em;
font-size: 3em;
}
:root[data-path="/"] h1 + ul {
margin-bottom: 4rem;
font-size: 125%;
}
}
Expand Down

0 comments on commit 3988bee

Please sign in to comment.