Skip to content

Commit

Permalink
Fixed footer spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
nanoparsec committed Feb 19, 2024
1 parent 12ab8df commit 556d653
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion lib/components/footer/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,17 @@
grid-area: right;
flex-direction: column;
align-items: flex-start;
justify-content: space-between;

> * + * {
margin-top: $spacer-md;
}

/* stylelint-disable-next-line order/order */
@include for-tablet-landscape-up {
> * + * {
margin-top: $spacer-2xl;
}
}
}

.footer__top__content__left {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "socreatory-styleguide",
"private": true,
"version": "5.0.0",
"version": "5.0.1",
"scripts": {
"aiur": "aiur -t ./dist",
"aiur:watch": "aiur -t ./dist --watch --liveserve 0.0.0.0:4001",
Expand Down

0 comments on commit 556d653

Please sign in to comment.