Disable the padding of the p tag inside the blockquote tag (#711)

* Disable the padding of the p tag inside the blockquote tag

* Make CSS rule more specific.
This commit is contained in:
Paulus Schoutsen 2018-05-30 23:38:02 -04:00 committed by Yangshun Tay
parent 49a5263d62
commit b3d59f8a0f

View file

@ -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;