Skip to content

Commit

Permalink
Merge pull request #16 from technikhil314/develop
Browse files Browse the repository at this point in the history
fix: changed height of page-contents grid rows
  • Loading branch information
technikhil314 authored May 14, 2022
2 parents 1695d1d + 5bce081 commit 725588c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ body {

.page-contents {
@apply grid;
grid-template-rows: 80px 1fr 80px;
grid-template-rows: 70px 1fr 70px;
}

main {
Expand Down

1 comment on commit 725588c

@vercel
Copy link

@vercel vercel bot commented on 725588c May 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.