Set width: 85% at <= $breakpoint-sm
This commit is contained in:
parent
156a34dc9a
commit
1b1d72246f
1 changed files with 5 additions and 0 deletions
|
@ -55,6 +55,11 @@ body .root .content.theme {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
color: var(--color-accent);
|
color: var(--color-accent);
|
||||||
|
|
||||||
|
/* <= $breakpoint-sm */
|
||||||
|
@media (max-width: $breakpoint-sm) {
|
||||||
|
width: 85%;
|
||||||
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
a[data-testid="h1"] {
|
a[data-testid="h1"] {
|
||||||
background: var(--primary-color);
|
background: var(--primary-color);
|
||||||
|
|
Loading…
Reference in a new issue