diff options
-rw-r--r-- | forged/static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/forged/static/style.css b/forged/static/style.css index 30256fe..96ba54a 100644 --- a/forged/static/style.css +++ b/forged/static/style.css @@ -123,6 +123,10 @@ a:link, a:visited { line-height: 1.3; } +#readme li + li, #readme li:first-child { + margin-top: 0.5rem; +} + /* Table styles */ table { border: var(--lighter-border-color) solid 1px; |