Skip to content

Commit

Permalink
Revert change pushing css grid down to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparrow0hawk committed Sep 17, 2024
1 parent 4889baf commit 52bb94a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/blog/assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ html {
font-family: Avenir,"Ubuntu", sans-serif;
}

main {
body {
display: grid;
grid-template-columns: 1fr min(45rem, 90%) 1fr;
font-size: 1.2rem;
}

main > * {
body > * {
grid-column: 2;
}

Expand All @@ -27,6 +27,7 @@ blockquote {
footer {
display: flex;
justify-content: center;
font-size: 16px;
}

footer ul {
Expand Down

0 comments on commit 52bb94a

Please sign in to comment.