Skip to content

Commit 20138ef

Browse files
kekoziarmaxim-belkin
authored andcommitted
assets/css/lesson.scss: add proper padding to the top of paragraphs in blockquotes (#425)
1 parent bd56b2b commit 20138ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

assets/css/lesson.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,9 @@ font-size: 18px;
148148
blockquote p {
149149
margin: 5px;
150150
}
151+
blockquote :not(h2) + p {
152+
padding-top: 1em;
153+
}
151154

152155
//----------------------------------------
153156
// Override Bootstrap settings.

0 commit comments

Comments
 (0)