commit daddd1ae4a156701fb9f0645f97525b86c5f849e
parent 6ead936b8d788953a6a68967acf3c113c248c9ef
Author: Alexander Cobleigh <cblgh@cblgh.org>
Date: Wed, 12 Jan 2022 14:25:50 +0100
Merge pull request #3 from sansfontieres/main
Add blockquote styling
Diffstat:
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/html/about.html b/html/about.html
@@ -20,6 +20,8 @@ of pining for a new wave of forums hangs.</p>
<li>* this </li>
</ul>
+<p><blockquote>> Blockquote</blockquote></p>
+
<p><code>`typewriter text`</code></p>
<pre><code>```
diff --git a/html/head.html b/html/head.html
@@ -37,6 +37,7 @@
ul { padding-left: 1rem; }
h1, h2 { margin-bottom: 1rem; }
p { margin-bottom: 1rem; }
+ blockquote { padding-left: 1rem; border-left: 3px solid black }
div { margin-bottom: 2rem; }
textarea { min-height: 10rem; }
div > p:first-of-type, form div, label { margin-bottom: 0; }