Skip to content

Commit

Permalink
fix: images on top of headers lines requarks#1487 (requarks#1588)
Browse files Browse the repository at this point in the history
Images on top of headers lines
requarks#1487
  • Loading branch information
sbonaime authored Mar 28, 2020
1 parent 58b08e5 commit c460a36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/themes/default/scss/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,8 @@
&.align-right {
float: right;
margin: 0 0 1rem 1rem;
z-index: 1;
position: relative;
}
&.align-center {
display: block;
Expand Down

0 comments on commit c460a36

Please sign in to comment.