spee.ch/public/assets/css/mediaQueries.css
2017-11-08 15:36:00 -08:00

96 lines
1.2 KiB
CSS

@media (max-width: 1120px) {
.nav-bar--center {
display: none;
}
.column--med-10 {
width: 100%;
}
}
@media (max-width: 800px ) {
body, button, input, textarea, label, select, option, p, h3 {
font-size: medium;
}
.pull-quote {
font-size: 1.5rem;
}
.column--sml-10 {
width: 100%;
}
.nav-bar-logo {
height: 1rem;
}
.link--nav, .link--nav-active {
padding: 1rem 0.5rem 1rem 0.5rem;
}
.select--arrow {
padding-right: 1.5em;
}
.showlite-asset {
max-width: 100%;
}
}
@media (max-width: 500px) {
.nav-bar-logo {
height: 1rem;
}
.row--padded {
padding: 1rem;
}
.row--short {
padding-top: 0px;
padding-bottom: 0px;
}
.row--margined {
margin: 1rem;
}
body, button, input, textarea, label, select, option, p, h3, .fine-print {
font-size: small;
}
.pull-quote, .text--large, .button--large {
font-size: medium;
}
.grid-item {
width: calc(100% - 2em);
float: none;
padding: 1em;
margin: 0px;
}
.info-message--success, .info-message--failure {
font-size: small;
}
}
@media (max-width: 360px) {
body, button, input, textarea, label, select, option, p, h3, .fine-print {
font-size: x-small;
}
.pull-quote, .text--large, .button--large {
font-size: small;
}
}