spee.ch/public/assets/css/mediaQueries.css

96 lines
1.2 KiB
CSS
Raw Normal View History

2017-10-30 17:23:23 +01:00
@media (max-width: 1120px) {
2017-09-27 00:12:47 +02:00
2017-10-25 07:04:23 +02:00
.nav-bar--center {
2017-10-19 00:16:07 +02:00
display: none;
}
2017-10-19 17:30:41 +02:00
.column--med-10 {
width: 100%;
}
2017-10-09 19:30:19 +02:00
}
2017-10-30 18:07:23 +01:00
@media (max-width: 800px ) {
2017-10-04 01:26:43 +02:00
2017-10-24 18:30:47 +02:00
body, button, input, textarea, label, select, option, p, h3 {
2017-10-19 00:16:07 +02:00
font-size: medium;
}
.pull-quote {
2017-10-19 00:51:26 +02:00
font-size: 1.5rem;
}
2017-10-21 01:08:08 +02:00
.column--sml-10 {
width: 100%;
}
.nav-bar-logo {
2017-10-25 07:04:23 +02:00
height: 1rem;
2017-09-27 00:12:47 +02:00
}
2017-10-25 20:22:15 +02:00
.link--nav, .link--nav-active {
2017-10-25 07:04:23 +02:00
padding: 1rem 0.5rem 1rem 0.5rem;
2017-09-27 00:12:47 +02:00
}
2017-10-04 02:35:53 +02:00
2017-10-25 20:22:15 +02:00
.select--arrow {
padding-right: 1.5em;
}
2017-10-26 18:50:45 +02:00
.show-asset-light {
max-width: 100%;
}
2017-10-04 02:35:53 +02:00
}
2017-10-21 01:08:08 +02:00
@media (max-width: 500px) {
.nav-bar-logo {
height: 1rem;
}
2017-10-25 07:04:23 +02:00
.row--padded {
padding: 1rem;
}
.row--short {
padding-top: 0px;
padding-bottom: 0px;
}
.row--margined {
margin: 1rem;
2017-10-21 01:08:08 +02:00
}
2017-10-04 02:35:53 +02:00
2017-10-24 18:30:47 +02:00
body, button, input, textarea, label, select, option, p, h3, .fine-print {
2017-10-19 00:16:07 +02:00
font-size: small;
2017-10-04 02:35:53 +02:00
}
.pull-quote, .text--large, .button--large {
2017-10-19 17:30:41 +02:00
font-size: medium;
2017-10-19 00:51:26 +02:00
}
2017-10-19 18:18:40 +02:00
.grid-item {
2017-10-20 03:55:15 +02:00
width: calc(100% - 2em);
2017-10-19 18:18:40 +02:00
float: none;
2017-10-20 03:55:15 +02:00
padding: 1em;
2017-10-19 18:18:40 +02:00
margin: 0px;
}
2017-10-28 00:15:05 +02:00
.info-message--success, .info-message--failure {
2017-10-24 18:30:47 +02:00
font-size: small;
}
2017-10-19 00:51:26 +02:00
}
@media (max-width: 360px) {
body, button, input, textarea, label, select, option, p, h3, .fine-print {
2017-10-19 00:51:26 +02:00
font-size: x-small;
}
.pull-quote, .text--large, .button--large {
2017-10-20 03:55:15 +02:00
font-size: small;
2017-10-19 17:30:41 +02:00
}
2017-10-04 01:26:43 +02:00
}