fixes incorrect event name appearnece

This commit is contained in:
2020-10-24 15:31:41 +02:00
parent a462151406
commit 1152e61384
3 changed files with 37 additions and 9 deletions

View File

@ -124,10 +124,16 @@ position: absolute;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 200%;
font-size: 175%;
color: white;
text-align: center;
z-index: 2;
line-height: 100%;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2; /* number of lines to show */
-webkit-box-orient: vertical;
}
}