Skip to content

Commit

Permalink
Set width: 85% at <= $breakpoint-sm
Browse files Browse the repository at this point in the history
  • Loading branch information
0x1eef committed Oct 9, 2024
1 parent 156a34d commit 1b1d722
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/css/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 1b1d722

Please sign in to comment.