1
0
Fork 0
mirror of https://git.sr.ht/~cadence/cloudtube synced 2026-03-02 02:31:35 +00:00

Add site footer

This commit is contained in:
Cadence Ember 2021-04-16 15:24:48 +12:00
parent cc66a8306a
commit 248c812f05
No known key found for this signature in database
GPG key ID: BC1C2C61CF521B17
5 changed files with 53 additions and 4 deletions

View file

@ -7,6 +7,10 @@ body
font-size: 18px
margin: 0
padding: 0
// for footer alignment
min-height: 100vh
display: flex
flex-direction: column
a
color: c.$link

32
sass/includes/footer.sass Normal file
View file

@ -0,0 +1,32 @@
@use "./colors.sass" as c
.footer__container
flex: 1
display: grid
align-items: end
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

View file

@ -10,6 +10,7 @@
@use "includes/cant-think-page.sass"
@use "includes/forms.sass"
@use "includes/nav.sass"
@use "includes/footer.sass"
@font-face
font-family: "Bariol"