2017-09-26 15:12:47 -07:00
|
|
|
|
2017-10-11 11:38:20 -07:00
|
|
|
@media (max-width: 1050px) {
|
2017-09-26 15:12:47 -07:00
|
|
|
|
2017-10-09 10:30:19 -07:00
|
|
|
.nav-bar-title, .nav-bar-subtitle {
|
|
|
|
padding-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav-bar-subtitle {
|
|
|
|
left: auto;
|
|
|
|
right: 0px;
|
|
|
|
top: auto;
|
2017-10-11 11:56:33 -07:00
|
|
|
bottom: calc(1.5rem + 2px);
|
2017-10-09 10:30:19 -07:00
|
|
|
transform: none;
|
|
|
|
padding-right: 2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav-bar-link-section {
|
|
|
|
position: relative;
|
|
|
|
padding-left: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav-bar {
|
|
|
|
height: 8rem;
|
|
|
|
}
|
2017-10-11 11:38:20 -07:00
|
|
|
|
|
|
|
.page-contents {
|
|
|
|
height: calc(100% - 8rem);
|
|
|
|
}
|
2017-10-09 10:30:19 -07:00
|
|
|
}
|
|
|
|
|
2017-09-26 15:12:47 -07:00
|
|
|
@media (max-width: 750px ) {
|
2017-10-03 16:26:43 -07:00
|
|
|
|
|
|
|
.column--med-10 {
|
2017-09-26 15:12:47 -07:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2017-10-03 16:26:43 -07:00
|
|
|
.h2--top {
|
|
|
|
margin-top: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav-bar {
|
2017-10-09 10:30:19 -07:00
|
|
|
height: 12rem;
|
2017-09-26 15:12:47 -07:00
|
|
|
}
|
|
|
|
|
2017-10-09 10:30:19 -07:00
|
|
|
.nav-bar-title, .nav-bar-subtitle {
|
2017-10-03 16:26:43 -07:00
|
|
|
padding-bottom: 0px;
|
2017-09-26 15:12:47 -07:00
|
|
|
}
|
|
|
|
|
2017-10-03 16:26:43 -07:00
|
|
|
.nav-bar-link-section {
|
|
|
|
position: relative;
|
|
|
|
padding-left: 0px;
|
2017-09-26 15:12:47 -07:00
|
|
|
}
|
|
|
|
|
2017-10-09 10:30:19 -07:00
|
|
|
.nav-bar-subtitle {
|
|
|
|
position: relative;
|
2017-10-11 11:56:33 -07:00
|
|
|
display: block;
|
2017-10-09 10:30:19 -07:00
|
|
|
left: auto;
|
|
|
|
top: auto;
|
2017-10-11 11:56:33 -07:00
|
|
|
bottom: auto;
|
|
|
|
right: auto;
|
2017-10-09 10:30:19 -07:00
|
|
|
transform: none;
|
|
|
|
}
|
|
|
|
|
2017-10-03 16:26:43 -07:00
|
|
|
.column--sml-10 {
|
2017-09-26 15:12:47 -07:00
|
|
|
width: 100%;
|
|
|
|
}
|
2017-10-03 17:35:53 -07:00
|
|
|
|
2017-10-09 18:29:40 -07:00
|
|
|
#publish-active-area > .row, #publish-details > .row, #channel-login-form > .row, #publish-channel-form > .row {
|
2017-10-03 17:35:53 -07:00
|
|
|
padding: 1em 0px 1em 0px;
|
|
|
|
}
|
2017-10-11 11:56:33 -07:00
|
|
|
|
|
|
|
.page-contents {
|
|
|
|
height: calc(100% - 12rem);
|
|
|
|
}
|
2017-10-03 17:35:53 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 350px) {
|
|
|
|
|
|
|
|
body, button, input, textarea, label, select, option {
|
|
|
|
font-size: medium;
|
|
|
|
}
|
|
|
|
|
2017-10-03 16:26:43 -07:00
|
|
|
}
|