diff options
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 184ded5..60b38c8 100644 --- a/frontend/static/style.css +++ b/frontend/static/style.css @@ -181,3 +181,7 @@ li { margin-right: 1ex; list-style: none; } + +p:last-child { + margin-bottom: unset; +} |