shave off a lot of needless or duplicated style

This commit is contained in:
2024-12-11 06:08:51 +00:00
parent 1444739c51
commit 252a5a2e38
+10 -28
View File
@@ -43,14 +43,14 @@
} }
.box, .box,
div.footer { .footer {
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center;
max-width: 480px; max-width: 480px;
margin: 0 auto; margin: 0 auto;
padding: 0 20px; padding: 0 20px;
box-sizing: border-box; box-sizing: border-box;
flex-wrap: wrap;
} }
.main-title { .main-title {
@@ -138,45 +138,27 @@
} }
} }
.footer {
list-style-type: none;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
.buttons {
line-height: 0;
}
.buttons a {
color: var(--primary-color);
}
.footer-container {
margin: 20px auto auto auto;
}
@media (min-height: 816px) { @media (min-height: 816px) {
.footer-container { .footer-container {
position: absolute; position: absolute;
inset: auto 0 12px; inset: auto 0 12px;
margin: auto auto auto auto;
} }
} }
ul.footer.buttons { .footer.buttons {
padding: 0; line-height: 0;
} }
div.footer.quote { .footer.buttons a {
color: var(--primary-color);
}
.footer.quote {
text-align: center; text-align: center;
word-wrap: break-word;
margin: -8px auto auto auto; margin: -8px auto auto auto;
} }
div.footer.links { .footer.links {
margin: -12px auto auto auto; margin: -12px auto auto auto;
gap: 6px; gap: 6px;
} }