fixes incorrect event name appearnece
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user