Adjust mobile H2 size
This commit is contained in:
@@ -76,6 +76,12 @@ section + section {
|
|||||||
line-height: var(--line-height-base);
|
line-height: var(--line-height-base);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 48rem) {
|
||||||
|
.sg-heading-h2 {
|
||||||
|
font-size: calc(var(--font-size-h2) * 0.9);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.sg-preview-label {
|
.sg-preview-label {
|
||||||
margin: 0 0 var(--spacing-small) 0;
|
margin: 0 0 var(--spacing-small) 0;
|
||||||
font-family: var(--font-family-base);
|
font-family: var(--font-family-base);
|
||||||
|
|||||||
Reference in New Issue
Block a user