assets/css/lesson.scss: add proper padding to the top of paragraphs in blockquotes...
authorK.E. Koziar <katherine.koziar@ucr.edu>
Fri, 30 Aug 2019 17:29:57 +0000 (10:29 -0700)
committerMaxim Belkin <maxim.belkin@gmail.com>
Fri, 30 Aug 2019 17:29:57 +0000 (12:29 -0500)
assets/css/lesson.scss

index 752a449da6a0b96ce512f1347ee24bc82b00abfe..04010113f92cf4a20945a0dfb93718d829f325bc 100644 (file)
@@ -148,6 +148,9 @@ font-size: 18px;
 blockquote p {
     margin: 5px;
 }
+blockquote :not(h2) + p {
+    padding-top: 1em;
+}
 
 //----------------------------------------
 // Override Bootstrap settings.