Updated media queries to work in chrome.
This commit is contained in:
parent
7e8f37be2f
commit
c04344286c
|
@ -137,7 +137,7 @@ section.page h1 {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (width > 1360px) {
|
@media screen and (min-width: 1360px) {
|
||||||
body {
|
body {
|
||||||
font-size: 19px;
|
font-size: 19px;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
|
@ -202,7 +202,7 @@ section.page h1 {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (width < 1360px) {
|
@media screen and (max-width: 1360px) {
|
||||||
body {
|
body {
|
||||||
font-size: 19px;
|
font-size: 19px;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
|
@ -267,7 +267,7 @@ section.page h1 {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (width < 800px) {
|
@media screen and (max-width: 800px) {
|
||||||
body {
|
body {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
<title>wkflw</title>
|
<title>wkflw</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
<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">
|
<link rel="stylesheet" type="text/css" href="css/master.css">
|
||||||
|
|
||||||
<!-- Matomo -->
|
<!-- Matomo -->
|
||||||
|
|
Loading…
Reference in New Issue