Skip to content

Commit

Permalink
update: font-size in rem instead of em
Browse files Browse the repository at this point in the history
  • Loading branch information
tuturd committed Sep 11, 2024
1 parent a9f0cbf commit d5f3225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ body {
div.link_category {
display: grid;
grid-template-columns: 100%;
grid-template-rows: 1.2em auto;
grid-template-rows: 3rem auto;
row-gap: 10px;
height: calc(33% - 20px);
width: calc(100% - 20px);
Expand Down

0 comments on commit d5f3225

Please sign in to comment.