We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74b04c0 commit 55b9434Copy full SHA for 55b9434
tbx/static_src/sass/components/_values.scss
@@ -74,7 +74,8 @@
74
}
75
76
&__strapline {
77
- @include font-size('size-five');
+ // Note that this is the minimum font size that will pass for all themes and modes
78
+ @include font-size('size-four');
79
color: var(--color--theme-primary);
80
font-weight: $weight--semibold;
81
margin-bottom: $spacer-mini-plus;
0 commit comments