website: improve footer UI
This commit is contained in:
parent
b3a9456f6e
commit
69fd6db7ed
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue