Skip to content

Commit

Permalink
Disable the padding of the p tag inside the blockquote tag (#711)
Browse files Browse the repository at this point in the history
* Disable the padding of the p tag inside the blockquote tag

* Make CSS rule more specific.
  • Loading branch information
balloob authored and yangshun committed May 31, 2018
1 parent 49a5263 commit b3d59f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/static/css/main.css
Expand Up @@ -123,6 +123,10 @@ blockquote {
border-left: 5px solid rgba(191, 87, 73, 0.2);
}

.wrapper blockquote > p:first-child {
padding-top: 0;
}

h1, h2, h3, h4 {
font-weight: 300;
color: $primaryColor;
Expand Down

0 comments on commit b3d59f8

Please sign in to comment.