Skip to content

Commit

Permalink
fix: vertical spacing on Browse All (resolves #230)
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed Mar 25, 2020
1 parent 6c74ab4 commit 0d78d70
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/assets/styles/layouts/_pages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
display: flex;
flex-direction: column;
align-items: flex-start;
margin-bottom: rem(100);
margin-bottom: rem(50);

&::before {
display: block;
Expand All @@ -20,7 +20,7 @@
}

@include breakpoint-up(md) {
margin-bottom: rem(130);
margin-bottom: rem(65);
}
}

Expand Down
5 changes: 5 additions & 0 deletions resources/assets/styles/layouts/_resources.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,8 @@
color: inherit;
}
}

.sort-wrapper,
.filter-wrapper {
padding-bottom: 0;
}

0 comments on commit 0d78d70

Please sign in to comment.