fix: images on top of headers lines #1487 (#1588)

Images on top of headers lines
#1487
pull/1634/head
Sebastien 5 years ago committed by GitHub
parent 58b08e54b4
commit c460a365a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -633,6 +633,8 @@
&.align-right { &.align-right {
float: right; float: right;
margin: 0 0 1rem 1rem; margin: 0 0 1rem 1rem;
z-index: 1;
position: relative;
} }
&.align-center { &.align-center {
display: block; display: block;

Loading…
Cancel
Save