website/sass/css/footer.scss

28 lines
339 B
SCSS
Raw Normal View History

2023-03-20 19:06:57 +01:00
@import "defs";
2022-09-26 23:24:15 +02:00
footer {
margin-top: 32px;
2023-03-20 19:06:57 +01:00
background: linear-gradient(0.25turn, $blue, $violet);
2022-09-26 23:24:15 +02:00
color: #fff;
font-size: 18px;
}
.footer-wrapper {
display: flex;
max-width: 1100px;
padding: 16px 4px;
margin: auto;
}
.footer-pane {
flex: 1;
}
2023-03-23 00:15:56 +01:00
footer a, footer a:visited {
2022-09-26 23:24:15 +02:00
color: #fdb;
}
.footer-bigger {
font-size: 24px;
}