old-website/static/sass/styles/footer.sass
2023-06-19 19:08:23 +00:00

29 lines
473 B
Sass

footer
width: 100%
height: 5.6rem
display: flex
flex-direction: column
justify-content: center
align-items: center
background-color: $light
color: $dark
p
margin: 0
font-size: 0.9rem
text-align: center
color: inherit
a
margin: 0
font-size: 0.9rem
text-decoration: none
color: $accent
cursor: pointer
&:hover
text-decoration: underline