canvas distorsion fix ~ experimental, needs further testing

pull/776/head
razvanaldea89 2019-02-22 17:31:22 +02:00
parent 41e8f038ef
commit 82b4912d42
1 changed files with 6 additions and 0 deletions

View File

@ -3150,6 +3150,12 @@ ul.social li {
left: 0;
}
/* TODO To be tested furthermore. This is a fix for canvas distorsion */
canvas {
max-width:100%;
height:auto !important;
}
.percent {
display: inline-block;
line-height: 110px;