]> git.p6c8.net - pcdenotes.git/blobdiff - notes/static/notes/style.css
Remove a margin-bottom coming from Bootstrap
[pcdenotes.git] / notes / static / notes / style.css
index 8336f03291616409428b6e1d898146b91c9555cc..2a52b55c0bdbbf8db4b98aa96b41429d293eebe5 100644 (file)
@@ -13,12 +13,35 @@ h2 a:link, h2 a:visited, h2 a:active, h2 a:hover {
     color: #212529;
 }
 
+h2 {
+    padding-top: 1em;
+}
 
 article .publication-date {
     font-style: italic;
     font-size: smaller;
 }
 
+article > div {
+    padding-top: 0.5em;
+}
+
+article img {
+    max-width: 100%;
+}
+
+article blockquote {
+    background: #eeeeee;
+    font-style: italic;
+    border-left: 2px solid #d63384;
+    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