Skip to content

Commit

Permalink
Spacing improvement (#496)
Browse files Browse the repository at this point in the history
- Added a spacer to the follow button on footer (mobile only)
- Added missing spacer from page titles (mobile + desktop)
  • Loading branch information
danielhaim1 committed Oct 29, 2020
1 parent 2d82028 commit 87415b9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions source/assets/css/components/_lists.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@

&-horizontal-wrapper {

@include sl-breakpoint--medium {
// add margin-bottom space
// to the twitter follow button
margin-bottom: 1rem;
}

@include sl-breakpoint--large {

ul {
Expand Down
4 changes: 4 additions & 0 deletions source/assets/css/regions/_banner.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
.sl-r-banner {
position: relative;

// add bottom padding to increase space
// above page titles (visible on mobile site)
padding-bottom: 3rem;

a {
display: inline-block;
}
Expand Down

0 comments on commit 87415b9

Please sign in to comment.