diff --git a/_sass/_fvwm3.scss b/_sass/_fvwm3.scss index 7e7aa08d..95485680 100644 --- a/_sass/_fvwm3.scss +++ b/_sass/_fvwm3.scss @@ -15,6 +15,11 @@ ul, ol { margin-bottom: 1rem !important; } +// Clearfix for highlight blocks +.highlight { + clear: both; +} + // Block Quotes blockquote { background: darken($bg-color, 5%);