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%;
|
||||
color: var(--color-accent);
|
||||
|
||||
/* <= $breakpoint-sm */
|
||||
@media (max-width: $breakpoint-sm) {
|
||||
width: 85%;
|
||||
}
|
||||
|
||||
header {
|
||||
a[data-testid="h1"] {
|
||||
background: var(--primary-color);
|
||||
|
|
Loading…
Reference in a new issue