safing-web/_sass/_homepage.scss
2019-10-25 16:34:44 +02:00

38 lines
650 B
SCSS

/* Mobile */
@media only screen and (max-width: 767px) {
html {
font-size: 1.0rem;
}
}
/* Tablet / iPad Portrait */
@media only screen and (min-width: 768px) and (max-width: 991px) {
html {
font-size: 1.2rem;
}
}
/* Computer / Desktop / iPad Landscape */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
html {
font-size: 1.3rem;
}
}
/* Large Monitor */
@media only screen and (min-width: 1200px) and (max-width: 1919px) {
html {
font-size: 1.3rem;
}
}
/* Widescreen Monitor */
@media only screen and (min-width: 1920px) {
html {
font-size: 1.3rem;
}
}
#gate-17 {
padding-top: 6em;
}