Skip to content

Commit

Permalink
Resolve CSS bug that misaligned items on smaller screens
Browse files Browse the repository at this point in the history
  • Loading branch information
samau3 committed Sep 12, 2024
1 parent 1446924 commit bc85669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/stories/Layout/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
width: 100vw;

display: grid;
grid-template-rows: 100% 1fr;
grid-template-rows: auto 1fr;
grid-template-areas:
'head'
'main';
Expand Down

0 comments on commit bc85669

Please sign in to comment.