diff options
author | Alan Pearce | 2024-05-17 23:01:17 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-17 23:01:17 +0200 |
commit | 934a0693213df901078cd1bc75a5b7e1b5c87555 (patch) | |
tree | ea780ee749b74f966ca1c6c5204bcd9cfd1e805e /frontend/static | |
parent | 698881aa577d2c209f162db9263fab17ced3643f (diff) | |
download | searchix-934a0693213df901078cd1bc75a5b7e1b5c87555.tar.lz searchix-934a0693213df901078cd1bc75a5b7e1b5c87555.tar.zst searchix-934a0693213df901078cd1bc75a5b7e1b5c87555.zip |
feat: render markdown in packages' LongDescription
Diffstat (limited to 'frontend/static')
-rw-r--r-- | frontend/static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/static/style.css b/frontend/static/style.css index c8d8cf6..ff4cc6e 100644 --- a/frontend/static/style.css +++ b/frontend/static/style.css @@ -125,3 +125,7 @@ h3 { font-size: 1.25rem; display: inline-block; } + +blockquote > p { + margin: unset; +} |