summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlowercasename <raphaelkabo@gmail.com>2019-08-24 11:11:24 +0100
committerlowercasename <raphaelkabo@gmail.com>2019-08-24 11:11:24 +0100
commit5c16bf37dca9f9ce1acaf2a9cf65290f40a9d142 (patch)
tree9c4e0168dd265ab7cd99dfc9a0ac9880781b48a2
parent087876a277b2f4f990debad206177136a4fbfebf (diff)
Fixing CSS bugs
-rwxr-xr-xpublic/css/style.css12
1 files changed, 5 insertions, 7 deletions
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 {