Skip to content

Commit

Permalink
Fix the broken footer design issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
yoichiro committed Oct 25, 2023
1 parent cb987a5 commit d0313c8
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 d0313c8

Please sign in to comment.