Skip to content

Commit

Permalink
style(footer): increase padding above and below (top and bottom) for …
Browse files Browse the repository at this point in the history
…footer on non-mobile screens
  • Loading branch information
henrylin03 committed Sep 4, 2024
1 parent d56f9dc commit 42af5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ main {

/* FOOTER */
footer {
padding: 14px 36px;
padding: 24px 36px;
background-color: white;
border-top: var(--border-divider);

Expand Down

0 comments on commit 42af5bf

Please sign in to comment.