Re-mark up the footer

This commit is contained in:
Eryn Wells 2022-09-11 10:35:27 -07:00
parent 27154cdfc2
commit e1d6c78cdf
3 changed files with 50 additions and 30 deletions

View file

@ -293,33 +293,6 @@ pre {
}
}
/*
* Footer
*/
.footer {
align-items: center;
border-top: 1px solid var(--separator-color);
display: flex;
flex-direction: column;
font-size: 1.8rem;
text-align: center;
}
.footer p {
margin: 0;
}
.footer p + p {
margin-top: 0.25rem;
}
@media (max-width: 740px) {
.slogans span {
white-space: nowrap;
}
}
/*
* Main
*/