2018-10-23 01:13:23 +03:00
|
|
|
h1 {
|
2019-01-10 15:39:37 +03:00
|
|
|
font-weight: 500;
|
|
|
|
font-size: 1.8em;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.layout-desktop h1 {
|
2019-01-10 15:39:37 +03:00
|
|
|
font-size: 2em;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
2019-01-10 15:39:37 +03:00
|
|
|
font-weight: 500;
|
|
|
|
font-size: 1.5em;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
2019-01-10 15:39:37 +03:00
|
|
|
font-weight: 500;
|
|
|
|
font-size: 1.17em;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2019-01-10 15:39:37 +03:00
|
|
|
@media all and (min-height: 720px) {
|
2018-10-23 01:13:23 +03:00
|
|
|
html {
|
2019-01-10 15:39:37 +03:00
|
|
|
font-size: 20px;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-01-10 15:39:37 +03:00
|
|
|
/* This is supposed to be 1080p, but had to reduce the min height to account for possible browser chrome */
|
|
|
|
@media all and (min-height: 1000px) {
|
2018-10-23 01:13:23 +03:00
|
|
|
html {
|
2019-01-10 15:39:37 +03:00
|
|
|
font-size: 27px;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
2019-01-10 15:39:37 +03:00
|
|
|
}
|