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

122 lines
1.6 KiB
CSS
Raw Normal View History

2017-09-26 15:12:47 -07:00
2017-10-19 08:30:41 -07:00
@media (max-width: 1200px) {
.nav-bar-title--tagline {
font-size: small;
}
}
@media (max-width: 1050px) {
2017-09-26 15:12:47 -07:00
2017-10-18 15:47:06 -07:00
.nav-bar-title--tagline {
2017-10-18 15:16:07 -07:00
display: none;
}
2017-10-19 08:30:41 -07:00
2017-10-09 10:30:19 -07:00
}
2017-10-19 08:30:41 -07:00
2017-09-26 15:12:47 -07:00
@media (max-width: 750px ) {
2017-10-03 16:26:43 -07:00
2017-10-24 09:30:47 -07:00
body, button, input, textarea, label, select, option, p, h3 {
2017-10-18 15:16:07 -07:00
font-size: medium;
}
2017-10-18 15:51:26 -07:00
.instructions-text--large, .pull-quote {
font-size: 1.5rem;
}
2017-10-03 16:26:43 -07:00
.column--med-10 {
2017-09-26 15:12:47 -07:00
width: 100%;
}
2017-10-20 16:08:08 -07:00
.column--sml-10 {
width: 100%;
}
2017-10-03 16:26:43 -07:00
.h2--top {
margin-top: 1em;
}
2017-10-20 16:08:08 -07:00
.nav-bar-title-section {
width:100%;
padding: 0px;
2017-10-18 15:16:07 -07:00
}
2017-10-20 16:08:08 -07:00
.nav-bar-title {
width: calc(25% - 2rem);
padding: 1rem;
2017-09-26 15:12:47 -07:00
}
2017-10-20 16:08:08 -07:00
.nav-bar-logo {
height: 1.5rem;
2017-09-26 15:12:47 -07:00
}
2017-10-03 16:26:43 -07:00
.nav-bar-link-section {
2017-10-20 16:08:08 -07:00
width: 75%;
padding: 0px;
2017-09-26 15:12:47 -07:00
}
2017-10-20 16:08:08 -07:00
.nav-bar-link {
float: left;
text-align: center;
width: calc(25% - 2rem);
padding: 1rem;
margin: 0px;
2017-09-26 15:12:47 -07:00
}
2017-10-03 17:35:53 -07:00
2017-10-24 09:30:47 -07:00
2017-10-03 17:35:53 -07:00
}
2017-10-20 16:08:08 -07:00
@media (max-width: 500px) {
.nav-bar-logo {
height: 1rem;
}
.nav-bar-link {
font-size: small;
width: calc(25% - 1rem);
padding: 1rem 0.5rem 1rem 0.5rem;
}
2017-10-03 17:35:53 -07:00
2017-10-24 09:30:47 -07:00
body, button, input, textarea, label, select, option, p, h3, .fine-print {
2017-10-18 15:16:07 -07:00
font-size: small;
2017-10-03 17:35:53 -07:00
}
2017-10-19 09:45:06 -07:00
.instructions-text--large, .pull-quote, .input-text--large, .button--large {
2017-10-19 08:30:41 -07:00
font-size: medium;
2017-10-18 15:51:26 -07:00
}
2017-10-19 09:18:40 -07:00
.grid-item {
2017-10-19 18:55:15 -07:00
width: calc(100% - 2em);
2017-10-19 09:18:40 -07:00
float: none;
2017-10-19 18:55:15 -07:00
padding: 1em;
2017-10-19 09:18:40 -07:00
margin: 0px;
}
2017-10-24 09:30:47 -07:00
.info-message-placeholder {
height: 2em;
}
.info-message {
font-size: small;
}
2017-10-18 15:51:26 -07:00
}
@media (max-width: 360px) {
2017-10-20 16:08:08 -07:00
.nav-bar-link {
font-size: x-small;
}
2017-10-24 09:30:47 -07:00
body, button, input, textarea, label, select, option, p, h3, .fine-print, .instructions-text--large {
2017-10-18 15:51:26 -07:00
font-size: x-small;
}
2017-10-19 18:55:15 -07:00
.pull-quote, .input-text--large, .button--large {
font-size: small;
2017-10-19 08:30:41 -07:00
}
2017-10-03 16:26:43 -07:00
}