Skip to content

Commit

Permalink
Update headline spacing of customer section
Browse files Browse the repository at this point in the history
  • Loading branch information
nanoparsec committed Feb 20, 2024
1 parent 3cde47c commit 804cbb5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions lib/components/customer_logo/_customer_logo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
width: 100%;
}

.container .custommer-logo-grid {
@include for-tablet-landscape-up {
margin-top: $spacer-xl;
}
}

.customer-logo {
display: block;
}
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.1.0",
"version": "5.1.1",
"scripts": {
"aiur": "aiur -t ./dist",
"aiur:watch": "aiur -t ./dist --watch --liveserve 0.0.0.0:4001",
Expand Down

0 comments on commit 804cbb5

Please sign in to comment.