You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

27 lines
500 B

.footer {
padding: 56px;
padding-bottom: 0px;
background: $color-accent-dark;
text-align: center;
@media (prefers-color-scheme: light) {
background: $color-accent-light;
}
&__content {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-evenly;
text-align: left;
}
section {
margin-bottom: 24px;
min-width: 250px;
}
a {
text-decoration: underline;
}
}