Skip to content

Commit

Permalink
Adjust footer bottom padding
Browse files Browse the repository at this point in the history
  • Loading branch information
helenclx committed Oct 17, 2024
1 parent c70a1f7 commit 55e60be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_includes/global/footer.njk
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
{%- css %}
.footer {
width: 100%;
padding: 2em 1em clamp(2em, calc(100% - 2rem), 3em);
padding: 2em 1em clamp(2em, calc(100% - 3.5rem), 4em);
text-align: center;
display: flex;
gap: 0.5em;
Expand Down

0 comments on commit 55e60be

Please sign in to comment.