diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2026-08-12 12:56:28 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-08-12 12:56:28 +0300 |
| commit | 0b000c5ea6bc5dd5ed91cb10e93009e6d9371d4a (patch) | |
| tree | 462e5637c5130a572a116f47fae106598c486b46 | |
| parent | 3c6dd9a79232cc70f737d12ea3a1887e7c56e2aa (diff) | |
Improve blockquote styling
| -rw-r--r-- | static/style.css | 4 |
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 { |
