website: improve footer UI

This commit is contained in:
Yangshun 2022-02-04 15:12:29 +08:00
parent b3a9456f6e
commit 69fd6db7ed
1 changed files with 10 additions and 0 deletions

View File

@ -12,6 +12,8 @@
--ifm-font-family-base: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI',
'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans',
'Helvetica Neue', sans-serif;
--ifm-footer-padding-vertical: 3rem;
}
html[data-theme='dark'] {
@ -24,6 +26,14 @@ html[data-theme='dark'] {
--ifm-color-primary-lightest: #ffc14d;
}
.footer__links {
margin-bottom: 3rem;
}
.footer__copyright {
text-align: start;
}
@media screen and (max-width: 767px) {
:root {
--ifm-font-size-base: 16px;