CSS: Always clear floats before drawing footer

This commit is contained in:
Raphael Michel
2021-10-18 10:37:23 +02:00
parent 05a5a69128
commit e71ad4bfba

View File

@@ -50,6 +50,7 @@ button:active:focus, a:active:focus, .btn:active:focus, summary:active:focus {
}
footer {
clear: both;
padding: 10px 0;
}
footer nav {