diff options
| author | lowercasename <raphaelkabo@gmail.com> | 2019-08-24 11:11:24 +0100 | 
|---|---|---|
| committer | lowercasename <raphaelkabo@gmail.com> | 2019-08-24 11:11:24 +0100 | 
| commit | 5c16bf37dca9f9ce1acaf2a9cf65290f40a9d142 (patch) | |
| tree | 9c4e0168dd265ab7cd99dfc9a0ac9880781b48a2 /public/css | |
| parent | 087876a277b2f4f990debad206177136a4fbfebf (diff) | |
Fixing CSS bugs
Diffstat (limited to 'public/css')
| -rwxr-xr-x | public/css/style.css | 12 | 
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 {  | 
