Skip to content

Commit

Permalink
🐛 Fixed wrong margins on docs page
Browse files Browse the repository at this point in the history
  • Loading branch information
resir014 committed Mar 29, 2018
1 parent 8842fd2 commit 01d4cad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ table tr th {
text-align: left;
}

.container .wrapper h2 {
.container .wrapper .blockElement.imageAlignSide h2 {
margin-top: 60px;
}

.container .wrapper h3 {
.container .wrapper .blockElement.imageAlignSide h3 {
margin-top: 40px;
}

Expand Down

0 comments on commit 01d4cad

Please sign in to comment.