Skip to content

Commit

Permalink
This commit adds a style to the less which fixes an issue (a style from
Browse files Browse the repository at this point in the history
header.css and footer.css is affecting p:last-child and eliminating
the margin-bottom from a P tag improperly.)
  • Loading branch information
mistergone committed Aug 22, 2017
1 parent 775b8bb commit b977fb2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/disclosures/css/disclosures.less
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@
&_main {
padding-top: 0;
padding-bottom: 0;

// Overrides a style bleeding in from footer.css/header.css
p:last-child {
margin-bottom: 15px;
}
}

&_sidebar a {
Expand Down

0 comments on commit b977fb2

Please sign in to comment.