11 hours ago
I'm using this CSS
.trends.view-frame {
transform: scale(1.4);
transform-origin: 0 0;
width: 71.43%;
height: 71.43%;
}
to scale the text to the correct size. It works perfectly locally, but not in the cloud. What am I doing wrong?
Thank you very much!
.trends.view-frame {
transform: scale(1.4);
transform-origin: 0 0;
width: 71.43%;
height: 71.43%;
}
to scale the text to the correct size. It works perfectly locally, but not in the cloud. What am I doing wrong?
Thank you very much!