]> git.p6c8.net - pcdenotes.git/commitdiff
Remove a margin-bottom coming from Bootstrap
authorPatrick Canterino <patrick@patrick-canterino.de>
Sun, 13 Feb 2022 11:54:36 +0000 (12:54 +0100)
committerPatrick Canterino <patrick@patrick-canterino.de>
Sun, 13 Feb 2022 11:54:36 +0000 (12:54 +0100)
notes/static/notes/style.css

index b7ef14076adecc94de3bb7ad61b48929cec61647..2a52b55c0bdbbf8db4b98aa96b41429d293eebe5 100644 (file)
@@ -37,6 +37,11 @@ article blockquote {
     padding: 0.5em;
 }
 
+/* Removes a margin-bottom coming from Bootstrap, but not making sense in this case */
+article blockquote p:last-child {
+    margin-bottom: 0;
+}
+
 footer {
     color: #ffffff;
     background-color: #212529;

patrick-canterino.de