Skip to content

Commit 5bce081

Browse files
committed
fix: changed height of page-contents grid rows
1 parent 35f8760 commit 5bce081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles/global.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ body {
3030

3131
.page-contents {
3232
@apply grid;
33-
grid-template-rows: 80px 1fr 80px;
33+
grid-template-rows: 70px 1fr 70px;
3434
}
3535

3636
main {

0 commit comments

Comments
 (0)