diff options
author | Nicholas Johnson <nick@nicholasjohnson.ch> | 2023-03-15 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicholasjohnson.ch> | 2023-03-15 00:00:00 +0000 |
commit | 5300afb80be0bd166e2ac0a3c53039302615e627a4061f47bc5b8881ba27e07a (patch) | |
tree | e012ff6177de28e4d19e75198cfb66f67081d7c112ad09d9e488f5451b92d06b /assets/css/style.css | |
parent | aac22d71648e9e204dd2e9a60877602b7e40a2f847b9fabfa23eb9c8c41e8055 (diff) | |
download | hugo-theme-journal-5300afb80be0bd166e2ac0a3c53039302615e627a4061f47bc5b8881ba27e07a.tar.gz hugo-theme-journal-5300afb80be0bd166e2ac0a3c53039302615e627a4061f47bc5b8881ba27e07a.zip |
Fix blockquote paragraph marginsv0.4.3
Diffstat (limited to 'assets/css/style.css')
-rw-r--r-- | assets/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index bd8ed92..833bfb3 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -58,7 +58,7 @@ blockquote { padding: 0.5em; } -blockquote p { +blockquote p:last-child { margin-bottom: 0; } |