Skip to content

Commit

Permalink
fix: removes left padding from specialised lists
Browse files Browse the repository at this point in the history
affects: @buildit/gravity-ui-web
  • Loading branch information
James Nash committed Aug 23, 2019
1 parent d248f52 commit b83b1bc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.grav-c-list-horizontal {
display: flex;
padding-left: 0;
flex-direction: row;
list-style: none;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
max-width: gravy-breakpoint(medium);
margin-right: auto;
margin-left: auto;
padding-left: 0;
list-style-type: none;


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ body > footer {
@include grav-l-container;
padding-bottom: $grav-sp-s;
text-align: center;

&:last-child {
padding: 0;
}
}

a[href]:link,
Expand Down

0 comments on commit b83b1bc

Please sign in to comment.