fix: clear floats on h2/h3 elements
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
7aeeb735bf
commit
6f4be41780
@ -56,6 +56,10 @@ figure > img {
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
h2, h3 {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.clearfix {
|
||||
overflow: auto;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user