Skip to content

Commit

Permalink
Set grid-sizer to 100% width for lt 520px
Browse files Browse the repository at this point in the history
  • Loading branch information
jcardarelli committed Sep 19, 2024
1 parent 01d3036 commit 5f15fca
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions style.sass
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ body
padding: 1em
container-type: inline-size

@media (max-width: 520px)
width: 100%

@media (prefers-color-scheme: light)
border: 1px dashed $border-color-light

Expand Down

0 comments on commit 5f15fca

Please sign in to comment.