redzuurdesem/themes/desem-swift-theme/assets/sass/_footer.sass

24 lines
450 B
Sass

.footer
padding: 0
color: var(--light)
margin: 0
background: var(--dark)
width: 100%
font-size: 1.05rem
min-height: 75px
position: relative
z-index: 1001
a
color: white
text-decoration: underline
&:hover
background-color: white
color: black
&_inner
display: flex
justify-content: space-between
padding: 1.5rem
@media screen and (max-width: 567px)
flex-direction: column