but this is not happening in the case of Firefox. It's a webkit property only
They might want to switch to transform instead but a simple scale will not necessary solve the issue.
transform:scale(value);
The choice they made is a bit weird. This one will be hard to crack.
URL: https://www.circleksunkus.jp
Browser / Version: Firefox 39.0
Operating System: Android
Problem type: Layout is messed up
Steps to Reproduce
Expected Behavior:
Having a normal mobile site.
Actual Behavior:
The design is really broken on this one.
There are some typos such as:
instead of
but basically the full design is broken because on Blink, a zoom is applied to the html element
which comes from
common.js
but this is not happening in the case of Firefox. It's a webkit property only
They might want to switch to
transform
instead but a simple scale will not necessary solve the issue.The choice they made is a bit weird. This one will be hard to crack.
country: jp