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 -