Make sure the footer stays under any floating elements

This commit is contained in:
Tom Willemse 2022-11-06 01:43:45 -07:00
parent 091c55b128
commit 3900e028ab

View file

@ -9,6 +9,7 @@
font-size: 0.8rem;
padding: 10px 0;
text-align: center;
clear: both;
@media (prefers-color-scheme: dark) {
border-top: 3px @dark-foreground dotted;