From 5c16bf37dca9f9ce1acaf2a9cf65290f40a9d142 Mon Sep 17 00:00:00 2001 From: lowercasename Date: Sat, 24 Aug 2019 11:11:24 +0100 Subject: Fixing CSS bugs --- public/css/style.css | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'public') diff --git a/public/css/style.css b/public/css/style.css index 76dec5b..ed755e3 100755 --- a/public/css/style.css +++ b/public/css/style.css @@ -119,9 +119,10 @@ body, html { font-size: 0.95em; font-weight: bold; overflow: hidden; - display: inline-block; - line-height: 67px; - text-align: center; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; } .expand { @@ -239,14 +240,11 @@ body, html { } #removeAttendee { - position: absolute; - top: 110px; - left: 53px; color: #fff; } #removeAttendee:hover { - color: #c82333; + color: #016418; } #eventAttendees h5 { -- cgit v1.2.3