Skip to content

Commit

Permalink
Pad the vertical/mobile version
Browse files Browse the repository at this point in the history
  • Loading branch information
nonk123 committed Jun 9, 2024
1 parent af904f2 commit bc3d2e7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions base.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ body {
flex-flow: row wrap;

align-content: center;
justify-content: stretch;
justify-content: center;

align-items: stretch;
justify-items: stretch;
Expand All @@ -38,7 +38,10 @@ body {
flex: 1;

margin: 0 auto;
padding: 1ch 1em;
gap: 1ch 1em;

box-sizing: content-box;
}

header,
Expand All @@ -57,11 +60,11 @@ footer {
}

main {
flex: 1 56ch;
flex: 56ch;
}

nav {
flex: 1 24ch;
flex: 24ch;
}

nav,
Expand Down

0 comments on commit bc3d2e7

Please sign in to comment.