Skip to content

Commit

Permalink
haikumodern: content only in the first column of main's subgrid.
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicah committed Aug 21, 2024
1 parent b6c373a commit ad5cb8e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions theme/haikumodern/static/haikumodern.css.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,10 @@ main {
padding-right: 1em;
}

main > * {
grid-column: 1;
}

footer {
grid-area: footer;

Expand Down

0 comments on commit ad5cb8e

Please sign in to comment.