summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2026-08-12 12:56:28 +0300
committerJan Tuomi <jan@jantuomi.fi>2026-08-12 12:56:28 +0300
commit0b000c5ea6bc5dd5ed91cb10e93009e6d9371d4a (patch)
tree462e5637c5130a572a116f47fae106598c486b46 /static
parent3c6dd9a79232cc70f737d12ea3a1887e7c56e2aa (diff)
Improve blockquote styling
Diffstat (limited to 'static')
-rw-r--r--static/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 89229c5..cb2b933 100644
--- a/static/style.css
+++ b/static/style.css
@@ -188,6 +188,10 @@ pre code {
div.sourceCode {
margin: 20px -15px;
}
+
+ blockquote {
+ margin: 20px -15px !important;
+ }
}
.sourceCode {