diff options
author | lowercasename <raphaelkabo@gmail.com> | 2019-09-22 18:55:23 +0100 |
---|---|---|
committer | lowercasename <raphaelkabo@gmail.com> | 2019-09-22 18:55:23 +0100 |
commit | 3ea394f87ee5f7db70ac0ce627ac2effdb319ec3 (patch) | |
tree | 6f6df304f57e09d0fe17a0b86ec560fed7f8b188 /public | |
parent | aa9c56eb70fc3202ccd84e72ff4b3ecf8e63500b (diff) |
Tiny style changes, increased attendee name limit to 30 characters
Diffstat (limited to 'public')
-rwxr-xr-x | public/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/style.css b/public/css/style.css index e9a0708..18f9b73 100755 --- a/public/css/style.css +++ b/public/css/style.css @@ -136,7 +136,7 @@ body, html { border-radius: 2em; padding: .5em 1em; margin-right: 5px; - margin-bottom: 5px; + margin-bottom: 10px; background: #57b76d; color: white; font-size: 0.95em; |