Set width: 85% at <= $breakpoint-sm
Some checks failed
The Quran / ci (push) Has been cancelled

This commit is contained in:
0x1eef 2024-10-09 19:24:37 -03:00
parent 156a34dc9a
commit 1b1d72246f

View file

@ -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);