diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2022-11-23 18:53:40 +0100 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2022-11-23 18:53:40 +0100 |
commit | cbaaad38c9e3775a60ac1a2868706cfa784b307f (patch) | |
tree | 638a1412a80018ff1753d731a6a337e6260c4892 /src/http/static | |
parent | 14bf8033b27bba1e029c86ef26b8d53656543f4c (diff) |
Use unordered list instead of table on post index
Diffstat (limited to 'src/http/static')
-rw-r--r-- | src/http/static/mediocre.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/http/static/mediocre.css b/src/http/static/mediocre.css index f588fa1..0187543 100644 --- a/src/http/static/mediocre.css +++ b/src/http/static/mediocre.css @@ -89,6 +89,10 @@ ul { list-style: circle; } +ul li { + margin-bottom: 1rem; +} + hr { margin: 2rem 0 2rem 0; border-color: var(--nc-bg-3); |