Reduce portal header brand on mobile
This commit is contained in:
@@ -21,10 +21,6 @@ body {
|
||||
body {
|
||||
padding: var(--spacing-small);
|
||||
}
|
||||
|
||||
.sg-brand-title {
|
||||
font-size: calc(var(--font-size-brand) * 0.8);
|
||||
}
|
||||
}
|
||||
|
||||
section {
|
||||
|
||||
@@ -66,3 +66,9 @@
|
||||
gap: var(--spacing-small) var(--spacing-large);
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 48rem) {
|
||||
.sg-portal-header__brand {
|
||||
font-size: calc(var(--font-size-portal-header-brand) * 0.8);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user