diff options
-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; } |