Skip to content

Commit

Permalink
Add clear fix to code blocks.
Browse files Browse the repository at this point in the history
  Floats (mostly the toc float) will overlap this div. Add clear
  fix so floats cannot float over it.
  • Loading branch information
somiaj committed Apr 11, 2024
1 parent e51e32f commit ffd6b37
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _sass/_fvwm3.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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%);
Expand Down

0 comments on commit ffd6b37

Please sign in to comment.