diff options
author | Ev Bogue <ev@evbogue.com> | 2020-01-12 07:19:01 -0600 |
---|---|---|
committer | Ev Bogue <ev@evbogue.com> | 2020-01-12 07:19:01 -0600 |
commit | 3f43899f39178365e42e7cd906b017f7e752295a (patch) | |
tree | ba4c0de68e30314de49306fce5ebbd7cd0112fc0 | |
parent | d70d9dc649b217cc1da5e0c17e25570606085cda (diff) |
fix distance between first post and navbar
-rw-r--r-- | css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css index cfa5012..135970e 100644 --- a/css/style.css +++ b/css/style.css @@ -61,11 +61,11 @@ hr { .message, .profile { border: 1px solid #ddd; background: white; - margin-bottom: .5em; padding: .3em .5em; } .message { + margin-top: .5em; border-radius: 5px; } |