mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2026-05-26 12:32:25 +00:00
Fix subscribe button wrapping on mobile
Also normalises width selectors into their own file.
This commit is contained in:
parent
57fdf4e1b6
commit
0497bba505
4 changed files with 18 additions and 16 deletions
7
sass/includes/_dimensions.sass
Normal file
7
sass/includes/_dimensions.sass
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
@mixin thin
|
||||
@media screen and (max-width: 499px)
|
||||
@content
|
||||
|
||||
@mixin wide
|
||||
@media screen and (min-width: 500px)
|
||||
@content
|
||||
Loading…
Add table
Add a link
Reference in a new issue