Skip to content

Commit

Permalink
feat: fix footer alignments
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin Heilemann committed Feb 14, 2020
1 parent 17db1bb commit 5e89c98
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/styles/layouts/_footer.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
#footer {
display: grid;
justify-items: center;
padding-top: var(--spacing-xxl);
padding-right: var(--container-padding-x);
padding-bottom: 10rem;
padding-left: var(--container-padding-x);
text-align: center;
user-select: none;
justify-items: center;

@include breakpoint-up(sm) {
padding-bottom: 20rem;
Expand Down

0 comments on commit 5e89c98

Please sign in to comment.