From 33dd0a7cce0b7199e2f63cd56cce6e69284a8c5d Mon Sep 17 00:00:00 2001 From: jkw Date: Mon, 9 Oct 2017 18:17:21 +0200 Subject: [PATCH] fix for 4k screens --- css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/style.css b/css/style.css index 627da87..78cfd00 100644 --- a/css/style.css +++ b/css/style.css @@ -27,6 +27,10 @@ */ /* Global Styles */ +@media screen and (max-width: 3840px) and (min-width: 3200px) +{ + html { zoom: 200%; } +} @font-face { font-family: 'Open Sans';