mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2026-05-26 12:32:25 +00:00
7 lines
129 B
Sass
7 lines
129 B
Sass
@mixin thin
|
|
@media screen and (max-width: 499px)
|
|
@content
|
|
|
|
@mixin wide
|
|
@media screen and (min-width: 500px)
|
|
@content
|