mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2025-10-27 11:49:08 +00:00
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
|