Skip to content

Commit

Permalink
haikumodern: main auto rows should be min-content.
Browse files Browse the repository at this point in the history
Otherwise on pages where the content is less than a full page, the
spacing gets messy. Using min-content acts similar to normal block
flow, fixing the issue.
  • Loading branch information
jessicah committed Aug 21, 2024
1 parent ad5cb8e commit 2b7104d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/haikumodern/static/haikumodern.css.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ main {
overflow-x: clip;

display: grid;
grid-template-rows: 1fr;
grid-template-columns: subgrid;
grid-auto-rows: min-content;
margin: 0;
padding-left: 1em;
padding-right: 1em;
Expand Down

0 comments on commit 2b7104d

Please sign in to comment.