Skip to content

Commit

Permalink
Merge pull request #770 from remap-keys/fix-broken-footer-style
Browse files Browse the repository at this point in the history
Fix the broken footer design issue.
  • Loading branch information
yoichiro authored Oct 25, 2023
2 parents cb987a5 + d0313c8 commit 6a6bdf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/footer/Footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

.footer {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-columns: 0.8fr 1.4fr 0.8fr;
position: fixed;
background-color: white;
padding: $space-s $space-m;
Expand Down

0 comments on commit 6a6bdf1

Please sign in to comment.