Skip to content

Commit

Permalink
fix for tablet (#873)
Browse files Browse the repository at this point in the history
  • Loading branch information
archanajcc authored Feb 6, 2024
1 parent 7e018fc commit f47cc41
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/_patterns/03-organisms/global/03-footer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ footer:
url: "#"
title:
first: "Superior Court of California"
second: "Santa Cruz"
second: "County of San Francisco"
social_links:
- name: "youtube"
title: "Youtube"
Expand Down
8 changes: 6 additions & 2 deletions source/_patterns/03-organisms/global/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -190,12 +190,16 @@ $_shoe: map-get($_config, shoe);
@include u-color(map-get($_secondary, default-background-text));
letter-spacing: 1.35px;

@include at-media(tablet) {
font-size: 1.25rem;
}

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

@include at-media(widescreen) {
@include u-font-size(heading, lg);
@include u-font-size(heading, md);
}

span {
Expand Down

0 comments on commit f47cc41

Please sign in to comment.