Skip to content

Commit

Permalink
fix(style): indentation for last details element
Browse files Browse the repository at this point in the history
  • Loading branch information
DudaGod committed Jun 1, 2020
1 parent e76df33 commit 85cdec0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -686,6 +686,10 @@ a:active {
margin-bottom: 10px;
}

.image-box .details_type_text:last-child {
margin-bottom: 0;
}

.details_type_text .details__content {
margin: 5px 0;
background-color: #f0f2f5;
Expand Down

0 comments on commit 85cdec0

Please sign in to comment.