fix: clear floats on h2/h3 elements
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Neil Hanlon 2023-04-03 10:00:36 -04:00
parent 7aeeb735bf
commit 6f4be41780
Signed by: neil
GPG Key ID: 705BC21EC3C70F34

View File

@ -56,6 +56,10 @@ figure > img {
width: 90%;
}
h2, h3 {
clear: both;
}
.clearfix {
overflow: auto;
}