Skip to content

Commit

Permalink
Fix copyright margin
Browse files Browse the repository at this point in the history
  • Loading branch information
crizin committed Nov 1, 2023
1 parent 72222a1 commit 2f312f3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/_component/footer.module.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@use '@/app/variables.scss' as var;

.footer {
margin: 0 20px;
margin: 0 10px;
font-size: 0.9rem;

a {
Expand All @@ -13,3 +13,9 @@
margin-right: 3px;
}
}

@media (width >= 820px) {
.footer {
margin: 0 20px;
}
}

0 comments on commit 2f312f3

Please sign in to comment.