You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
413 B
29 lines
413 B
.footer {
|
|
margin: var(--padding-lg) 0;
|
|
}
|
|
|
|
.footer > div {
|
|
padding: 0 10px;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.footer > div > * {
|
|
text-align: center;
|
|
}
|
|
|
|
.footer * {
|
|
font-size: 0.9em;
|
|
}
|
|
|
|
|
|
/* mobile */
|
|
@media(max-aspect-ratio: 5/4) {
|
|
.footer > div {
|
|
flex-direction: column;
|
|
}
|
|
|
|
.footer * {
|
|
text-align: center !important;
|
|
}
|
|
} |