mirror of https://github.com/ColorlibHQ/gentelella
canvas distorsion fix ~ experimental, needs further testing
parent
41e8f038ef
commit
82b4912d42
|
@ -3150,6 +3150,12 @@ ul.social li {
|
||||||
left: 0;
|
left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* TODO To be tested furthermore. This is a fix for canvas distorsion */
|
||||||
|
canvas {
|
||||||
|
max-width:100%;
|
||||||
|
height:auto !important;
|
||||||
|
}
|
||||||
|
|
||||||
.percent {
|
.percent {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
line-height: 110px;
|
line-height: 110px;
|
||||||
|
|
Loading…
Reference in New Issue