Skip to content

Commit

Permalink
fix(style): margin issue of caption in layout "poetry"
Browse files Browse the repository at this point in the history
  • Loading branch information
reuixiy committed Apr 10, 2020
1 parent bbef0de commit 3754acc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions assets/scss/base/_data-attributes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
img, video {
margin-bottom: 0;
}
.caption {
margin: 1em 0 0;
}
}
section.footnotes > ol > li:last-child > p:last-child {
margin: 0;
Expand Down

0 comments on commit 3754acc

Please sign in to comment.