Skip to content

Commit

Permalink
Add clearfix for floating images
Browse files Browse the repository at this point in the history
  • Loading branch information
Merlin Buczek committed Aug 29, 2019
1 parent 9ab558c commit 9e72d1e
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions mpicms/static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -599,19 +599,25 @@ body {
width: 100%;
}

/* Text content */
/* Content */

.content h1, .content h2, .content h3 {
width: 100%;
display: inline-block;
}

/* Links */

a {
color: inherit;
}

a:hover {
color: grey;
}

.rich-text::after {
content: '';
width: 100%;
height: 0;
display: table;
clear: both;
}

0 comments on commit 9e72d1e

Please sign in to comment.