Hi,
In this case you have to find and remove all occurences of the following CSS code:
- Code: Select all
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
Mostly in the gk.stuff.css file.