Updated media queries to work in chrome.

This commit is contained in:
suroh 2019-05-04 16:59:23 +02:00
parent 7e8f37be2f
commit c04344286c
2 changed files with 3 additions and 4 deletions

View File

@ -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;

View File

@ -5,7 +5,6 @@
<title>wkflw</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="css/resets.css">
<link rel="stylesheet" type="text/css" href="css/master.css">
<!-- Matomo -->