commit cd34d22a91fa4fc8ef695c4908b1e71911487019
parent cf7acdfdde0364c1a0ccd3a55b6f7bd7103f0624
Author: Romain Hervier <romain@sansfontieres.com>
Date: Tue, 11 Jan 2022 23:07:11 +0100
Add blockquote styling
The bare minimum so that we know they exist
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
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; }