diff options
| author | Botond Hende <contact@wazul.moe> | 2026-04-08 15:58:16 +0200 |
|---|---|---|
| committer | Botond Hende <contact@wazul.moe> | 2026-04-08 15:58:16 +0200 |
| commit | 5ec35aa28c1eb8fc19af78b4fe738d735a63f54e (patch) | |
| tree | 59731099f6643fcac50dfb96ba38d45f977565c6 /blog/assets/css | |
| parent | b844bfaed03fe1b641a99d183c98bbbf50b6c5a0 (diff) | |
changed quote styling to centered text
Diffstat (limited to 'blog/assets/css')
| -rw-r--r-- | blog/assets/css/blog.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/blog/assets/css/blog.css b/blog/assets/css/blog.css index f7de826..0ec0d75 100644 --- a/blog/assets/css/blog.css +++ b/blog/assets/css/blog.css @@ -168,6 +168,7 @@ p.quote-source { .quote-main p:not(:first-child):not(:last-child) { font-style: italic; + text-align: center; } .code-block, |
