website/sass/css/footer.scss
2023-03-20 19:06:57 +01:00

32 lines
386 B
SCSS

@import "defs";
footer {
margin-top: 32px;
background: linear-gradient(0.25turn, $blue, $violet);
color: #fff;
font-size: 18px;
}
.footer-wrapper {
display: flex;
max-width: 1100px;
padding: 16px 4px;
margin: auto;
}
.footer-pane {
flex: 1;
}
footer a {
color: #fdb;
}
footer a:hover, footer a:focus {
text-decoration: underline;
}
.footer-bigger {
font-size: 24px;
}