From c04344286c9c7f94e0f75ebbd51d396e474579d9 Mon Sep 17 00:00:00 2001 From: suroh Date: Sat, 4 May 2019 16:59:23 +0200 Subject: [PATCH] Updated media queries to work in chrome. --- css/master.css | 6 +++--- index.html | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/css/master.css b/css/master.css index b56bff1..589fdb8 100644 --- a/css/master.css +++ b/css/master.css @@ -137,7 +137,7 @@ section.page h1 { padding: 0px; } -@media screen and (width > 1360px) { +@media screen and (min-width: 1360px) { body { font-size: 19px; line-height: 24px; @@ -202,7 +202,7 @@ section.page h1 { } } -@media screen and (width < 1360px) { +@media screen and (max-width: 1360px) { body { font-size: 19px; line-height: 24px; @@ -267,7 +267,7 @@ section.page h1 { } } -@media screen and (width < 800px) { +@media screen and (max-width: 800px) { body { font-size: 20px; line-height: 24px; diff --git a/index.html b/index.html index ab9630b..3f43640 100755 --- a/index.html +++ b/index.html @@ -5,7 +5,6 @@ wkflw -