The old code for centering removed

Old code removed
This commit is contained in:
balyn 2018-05-24 19:35:04 +03:00 committed by GitHub
parent 0cfdd726f7
commit fac0333f47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,11 @@
.singlestat-panel-value-container {
line-height: 1;
display: table-cell;
vertical-align: middle;
text-align: center;
position: absolute;
z-index: 1;
font-size: 3em;
font-weight: bold;
margin: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);