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

67 lines
879 B
CSS
Raw Normal View History

2017-09-27 00:12:47 +02:00
@media (max-width: 1000px) {
.main {
float: none;
width: 100%;
margin-right: 0px;
padding-right: 0px;
border-right: 0px;
margin-bottom: 5px;
}
.sidebar {
border-top: 1px solid lightgray;
float: none;
width: 100%;
}
}
@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;
}
}
@media (max-width: 475px) {
.nav-bar {
height: 8rem;
2017-09-27 00:12:47 +02:00
}
2017-10-04 01:26:43 +02:00
.nav-bar-title {
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
.row--full-height {
height: calc(100% - 11rem);
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
#publish-active-area > .row, #details-detail > .row, #channel-login-form > .row, #publish-channel-form > .row {
padding: 1em 0px 1em 0px;
}
}
@media (max-width: 350px) {
body, button, input, textarea, label, select, option {
font-size: medium;
}
2017-10-04 01:26:43 +02:00
}