Skip to content

Commit

Permalink
Fix for line break (#872)
Browse files Browse the repository at this point in the history
  • Loading branch information
archanajcc authored Feb 6, 2024
1 parent aa9aeb8 commit 7e018fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/_patterns/03-organisms/global/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,10 @@ $_shoe: map-get($_config, shoe);
@include u-font-weight(normal);
@include u-text(uppercase);
@include u-color(map-get($_secondary, default-background-text));
letter-spacing: 1.5px;
letter-spacing: 1.35px;

@include at-media(desktop-lg) {
@include u-font-size(heading, md);
@include at-media(desktop-lg) {
font-size: 1.35rem;
}

@include at-media(widescreen) {
Expand Down

0 comments on commit 7e018fc

Please sign in to comment.