Skip to content

Commit 496dc3f

Browse files
committed
added new style for footer font size
1 parent 20a66c1 commit 496dc3f

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

website/modules/asset/ui/src/scss/_footer.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919

2020
.sf-footer__tagline {
21-
font-size: $font-size-body-small-mobile;
21+
font-size: $font-size-footer-mobile;
2222
font-weight: $font-weight-300;
2323
color: $gray-300;
2424
margin: 0;
@@ -30,7 +30,7 @@
3030
flex-direction: column;
3131
align-items: flex-start;
3232
gap: 16px;
33-
font-size: $font-size-body-small-mobile;
33+
font-size: $font-size-footer-mobile;
3434
font-weight: $font-weight-300;
3535
line-height: 120%;
3636

@@ -55,7 +55,7 @@
5555
}
5656

5757
.sf-footer__links-item {
58-
font-size: $font-size-body-small;
58+
font-size: $font-size-footer-mobile;
5959
font-weight: $font-weight-normal;
6060
color: $gray-500;
6161
text-decoration: none;
@@ -84,7 +84,7 @@
8484
.sf-copy {
8585
text-align: center;
8686
font-weight: $font-weight-medium;
87-
font-size: $font-size-body-small;
87+
font-size: $font-size-body-medium-mobile;
8888
line-height: 140%;
8989
color: $gray-300;
9090
}

website/modules/asset/ui/src/scss/_variables.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ $font-size-body-large-mobile: 22px;
6060
$font-size-body-medium-mobile: 14px;
6161
$font-size-body-small-mobile: 12px;
6262

63+
// Footer text sizes
64+
$font-size-footer: 11px;
65+
$font-size-footer-mobile: 11px;
66+
6367
// Line heights
6468
$line-height-h1: 140%;
6569
$line-height-h2: 100%;

0 commit comments

Comments
 (0)