diff --git a/board/static/board/style.css b/board/static/board/style.css index 30bb9d2..3fbc499 100644 --- a/board/static/board/style.css +++ b/board/static/board/style.css @@ -115,6 +115,8 @@ th { .thread { background-color: var(--post-background); padding: 10px; + margin-bottom: 25px; + margin-top: 25px; } .reply {