diff --git a/style.css b/style.css index 32f32cac9..073293752 100644 --- a/style.css +++ b/style.css @@ -105,6 +105,7 @@ footer { h1, h2, h3, h4, h5, h6 { font-family: "Lato", sans-serif; + clear: both; } .has-nested .toggle:before { @@ -127,8 +128,10 @@ h1, h2, h3, h4, h5, h6 { .toc { display: inline-block; - border: 1px solid #888888; + border: 1px solid #cccccc; padding: 1rem; + margin: 0 1rem 2rem 0; + float: left; } .toc:before {