Skip to content

Commit

Permalink
Fix bug: adjust the grid of site-container
Browse files Browse the repository at this point in the history
  • Loading branch information
ngzhio committed Jul 2, 2020
1 parent 30fa80f commit 5cc8056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/hamilton/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
width: 100vw;
display: grid;
grid-template-columns: 1fr;
grid-template-rows: $base-font-size * 3 1fr;
grid-template-rows: $base-font-size * 3 + 6px 1fr;
}

/**
Expand Down

0 comments on commit 5cc8056

Please sign in to comment.