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

64 lines
885 B
CSS
Raw Normal View History

2017-09-27 00:12:47 +02:00
@media (max-width: 1050px) {
2017-09-27 00:12:47 +02:00
2017-10-09 19:30:19 +02:00
.nav-bar-title, .nav-bar-subtitle {
padding-bottom: 0px;
}
.nav-bar-link-section {
position: relative;
padding-left: 0px;
}
.nav-bar {
height: 8rem;
}
.page-contents {
height: calc(100% - 8rem);
}
2017-10-09 19:30:19 +02:00
}
2017-09-27 00:12:47 +02:00
@media (max-width: 750px ) {
2017-10-04 01:26:43 +02:00
.column--med-10 {
2017-09-27 00:12:47 +02:00
width: 100%;
}
2017-10-04 01:26:43 +02:00
.h2--top {
margin-top: 1em;
}
.nav-bar {
2017-10-09 19:30:19 +02:00
height: 12rem;
2017-09-27 00:12:47 +02:00
}
2017-10-09 19:30:19 +02:00
.nav-bar-title, .nav-bar-subtitle {
2017-10-04 01:26:43 +02:00
padding-bottom: 0px;
2017-09-27 00:12:47 +02:00
}
2017-10-04 01:26:43 +02:00
.nav-bar-link-section {
position: relative;
padding-left: 0px;
2017-09-27 00:12:47 +02:00
}
2017-10-04 01:26:43 +02:00
.column--sml-10 {
2017-09-27 00:12:47 +02:00
width: 100%;
}
2017-10-04 02:35:53 +02:00
2017-10-10 03:29:40 +02:00
#publish-active-area > .row, #publish-details > .row, #channel-login-form > .row, #publish-channel-form > .row {
2017-10-04 02:35:53 +02:00
padding: 1em 0px 1em 0px;
}
.page-contents {
height: calc(100% - 12rem);
}
2017-10-04 02:35:53 +02:00
}
@media (max-width: 350px) {
body, button, input, textarea, label, select, option {
font-size: medium;
}
2017-10-04 01:26:43 +02:00
}