mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2024-11-10 02:27:29 +00:00
0497bba505
Also normalises width selectors into their own file.
8 lines
129 B
Sass
8 lines
129 B
Sass
@mixin thin
|
|
@media screen and (max-width: 499px)
|
|
@content
|
|
|
|
@mixin wide
|
|
@media screen and (min-width: 500px)
|
|
@content
|