1
0
mirror of https://git.sr.ht/~cadence/cloudtube synced 2024-09-20 03:07:28 +00:00
cloudtube/sass/includes/footer.sass

33 lines
521 B
Sass
Raw Normal View History

2021-04-16 03:24:48 +00:00
@use "./colors.sass" as c
.footer__container
flex: 1
display: grid
2021-05-11 11:00:51 +00:00
align-content: end
2021-04-16 03:24:48 +00:00
line-height: 1.5
.footer__center
display: flex
flex-direction: column
align-items: center
background-color: c.$bg-darkest
margin: 40px 0 0
padding: 10px 10px 30px
.footer__cols
display: flex
gap: 16px
justify-content: center
@media screen and (max-width: 600px)
display: grid
.footer__colhead
font-weight: normal
font-size: 1em
margin: 0 0 8px
.footer__list
padding-left: 24px
margin: 0