Homepage looks off in 4K


ok, so yes, by zooming out on a regular screen you can replicate the problem.

looks like part of the problem is that the text1, text2, etc. css attributes scale
Code:
font-size:1.5vmax;
rather than being absolute
Code:
font-size:30px;

in addition, other parts of the website are off, like the descriptions in each section. but perhaps someone can send ED a fix rather than make him do it?

while we're fixing that, can we set 1,5GHz to 1.5GHz, since everything else on the page is english standard? (e.g. BT 4.1, Wifi 2.4GHz)
 
Back
Top