1
0
mirror of https://git.sr.ht/~cadence/cloudtube synced 2024-09-19 18:57:30 +00:00
cloudtube/sass/includes/_dimensions.sass
Cadence Ember 0497bba505
Fix subscribe button wrapping on mobile
Also normalises width selectors into their own file.
2021-01-01 01:45:11 +13:00

8 lines
129 B
Sass

@mixin thin
@media screen and (max-width: 499px)
@content
@mixin wide
@media screen and (min-width: 500px)
@content