Skip to content

Commit 725588c

Browse files
Merge pull request #16 from technikhil314/develop
fix: changed height of page-contents grid rows
2 parents 1695d1d + 5bce081 commit 725588c

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)