[footer] re-add main CTA with better design

This commit is contained in:
nymkappa
2023-08-23 14:40:16 +02:00
parent 9ee11b64e9
commit 9fa715e403
3 changed files with 19 additions and 8 deletions

View File

@@ -110,6 +110,13 @@ footer .row.version p a {
display: inline-block;
}
footer .sponsor {
height: 31px;
align-items: center;
margin-left: 5px;
max-width: 160px;
}
@media (max-width: 1200px) {
.main-logo {
@@ -167,17 +174,13 @@ footer .row.version p a {
footer .site-options {
float: none;
margin-top: 30px;
margin-top: 20px;
}
footer .row.social-links {
margin: 48px 0 24px 0;
}
footer .selector {
margin: 10px 0 0 0;
}
footer .selector:not(:last-child) {
margin-right: 10px;
}