diff options
author | Nicholas Johnson <nick@nicholasjohnson.ch> | 2023-05-05 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicholasjohnson.ch> | 2023-05-05 00:00:00 +0000 |
commit | 072bcf4337a1e1c4e38d3740679c7ba07f625fae7e42802a1eb8ee21366f8faa (patch) | |
tree | 4b0f94fa8ad6e454cb58ac2ac789beee64e0c19e708a93b39cfa7a9ba7a6debe | |
parent | 5a66837521d1d66a6df1cfbe9d9a89efc1eeb4f15834e941835350a8494b4012 (diff) | |
download | hugo-theme-journal-072bcf4337a1e1c4e38d3740679c7ba07f625fae7e42802a1eb8ee21366f8faa.tar.gz hugo-theme-journal-072bcf4337a1e1c4e38d3740679c7ba07f625fae7e42802a1eb8ee21366f8faa.zip |
Improve CSS robustness
-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 833bfb3..2bb7a51 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -58,7 +58,7 @@ blockquote { padding: 0.5em; } -blockquote p:last-child { +blockquote :last-child { margin-bottom: 0; } |