Skip to content

Commit

Permalink
Fix body bottom spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
brookback committed Mar 19, 2024
1 parent ac5d979 commit b567898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_includes/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ body {
color: var(--color-text);
padding: 0.25rlh;
padding-top: calc(var(--inset) * 2);
margin-bottom: 3rlh;
padding-bottom: 3rlh;
font-feature-settings:
/* Contextual alternates */
'calt' 1,
Expand Down

0 comments on commit b567898

Please sign in to comment.