mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2024-11-12 19:37:29 +00:00
10 lines
169 B
Sass
10 lines
169 B
Sass
|
@use "video-list-item.sass" as *
|
||
|
|
||
|
.subscriptions-page
|
||
|
padding: 40px 20px 20px
|
||
|
max-width: 900px
|
||
|
margin: 0 auto
|
||
|
|
||
|
.subscriptions-video
|
||
|
@include subscriptions-video
|