diff options
-rw-r--r-- | src/style/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/style/style.css b/src/style/style.css index 2635721..9adbb11 100644 --- a/src/style/style.css +++ b/src/style/style.css @@ -56,6 +56,11 @@ li { overflow-wrap: break-word; } +ul li p { + margin-top: .6em; + margin-bottom: .6em; +} + table { border-collapse: collapse; font-size: .8em; |