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
402 B

.footer {
margin: var(--padding-lg) 0;
}
.footer > div {
padding: 0 10px;
display: flex;
justify-content: space-between;
}
.footer > div > *:last-child {
text-align: right;
}
.footer * {
font-size: 0.9em;
}
/* mobile */
@media(max-aspect-ratio: 5/4) {
.footer > div {
flex-direction: column;
}
.footer * {
text-align: center !important;
}
}