Skip to content

Commit

Permalink
Global footer font-weight and spacing tweak (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
yvonnetangsu authored and sherakama committed Oct 31, 2019
1 parent 2461ff2 commit 3fafdcf
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
13 changes: 7 additions & 6 deletions core/dist/css/decanter.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 9 additions & 7 deletions core/src/scss/components/global-footer/_global-footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
display: block;

@include grid-media-only('sm') {
@include margin(null 1.1rem null null);
@include margin(null 1rem null null);
}

@include grid-media('sm') {
Expand All @@ -132,7 +132,7 @@

.su-global-footer__menu--global {
@include grid-media-only('xs') {
@include padding(null 2rem null null);
@include padding(null 1.9rem null null);
}

@include grid-media-between('md', 'xl') {
Expand All @@ -145,18 +145,20 @@
}

.su-global-footer__menu--policy {
a {
font-weight: $su-font-regular;
}

@include grid-media-only('xs') {
@include padding(null null null 2rem);
@include padding(null null null 1.9rem);
}

@include grid-media-only('sm') {
font-size: 1.4rem;
}

@include grid-media('sm') {
a {
font-weight: $su-font-regular;
}
}

@include grid-media-between('md', 'lg') {
font-size: 1.5rem;
}
Expand Down

0 comments on commit 3fafdcf

Please sign in to comment.