summaryrefslogtreecommitdiff
path: root/public/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/style.css')
-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 {