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

This commit is contained in:
2023-04-03 10:00:36 -04:00
parent 7aeeb735bf
commit 6f4be41780
+4
View File
@@ -56,6 +56,10 @@ figure > img {
width: 90%;
}
h2, h3 {
clear: both;
}
.clearfix {
overflow: auto;
}