From 3ea394f87ee5f7db70ac0ce627ac2effdb319ec3 Mon Sep 17 00:00:00 2001 From: lowercasename Date: Sun, 22 Sep 2019 18:55:23 +0100 Subject: Tiny style changes, increased attendee name limit to 30 characters --- public/css/style.css | 2 +- views/event.handlebars | 4 ++-- 2 files changed, 3 insertions(+), 3 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; diff --git a/views/event.handlebars b/views/event.handlebars index a4d714d..d4637f4 100755 --- a/views/event.handlebars +++ b/views/event.handlebars @@ -119,7 +119,7 @@ {{#if eventAttendees}} {{else}} @@ -142,7 +142,7 @@
- +
-- cgit v1.2.3