old-website/static/sass/styles/footer.sass

23 lines
411 B
Sass
Raw Normal View History

2023-06-18 18:06:01 +00:00
footer
width: 100%
height: 5.6rem
display: flex
flex-direction: column
justify-content: center
align-items: center
2023-07-21 12:25:33 +00:00
text-align: center
font-size: 0.9rem
2023-06-18 18:06:01 +00:00
2023-07-21 12:25:33 +00:00
p, a
2023-06-18 18:06:01 +00:00
margin: 0
a
text-decoration: none
color: $accent
cursor: pointer
2023-07-21 12:25:33 +00:00
&:hover, &:focus-visible
2023-06-18 18:06:01 +00:00
text-decoration: underline
2023-07-21 12:25:33 +00:00
outline: 0 solid transparent