Skip to content

Commit

Permalink
fix: quote height
Browse files Browse the repository at this point in the history
  • Loading branch information
Valexr committed Apr 23, 2024
1 parent 18657e2 commit d61b1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ html {
body {
margin: 0;
display: grid;
grid-template-rows: 1fr 0.8fr 4em;
grid-template-rows: 1fr auto 4em;
grid-template-columns: 1fr;
font-family: system-ui;
text-align: center;
Expand Down

0 comments on commit d61b1df

Please sign in to comment.