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:
parent
cc66a8306a
commit
248c812f05
5 changed files with 53 additions and 4 deletions
|
|
@ -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
32
sass/includes/footer.sass
Normal 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
|
||||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue