You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
109 lines
1.9 KiB
109 lines
1.9 KiB
@media (max-width: 834px) {
|
|
|
|
nav {
|
|
|
|
&.permanentTopNav {
|
|
display: none;
|
|
}
|
|
|
|
.container {
|
|
flex-direction: column-reverse;
|
|
padding: 0 1.5em;
|
|
|
|
.topnav {
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin-bottom: 0.5em;
|
|
width: 100%;
|
|
|
|
li {
|
|
width: 100%;
|
|
}
|
|
|
|
a {
|
|
padding: 0.75em 0;
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.search {
|
|
margin: 0.5em 1.5em;
|
|
width: 100%;
|
|
|
|
input {
|
|
width: 100%;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
header {
|
|
width: 100%;
|
|
|
|
.container {
|
|
padding: 0 1em;
|
|
}
|
|
|
|
.toggler {
|
|
right: 1.5em;
|
|
|
|
&.permanentTopNav {
|
|
display: block;
|
|
}
|
|
}
|
|
}
|
|
|
|
.bubble {
|
|
display: none !important;
|
|
}
|
|
|
|
.container {
|
|
width: 100%;
|
|
padding: 0;
|
|
}
|
|
|
|
.container:before, .container:after {
|
|
display: none !important;
|
|
}
|
|
|
|
.main {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.main article {
|
|
margin: 0;
|
|
width: 100%;
|
|
|
|
&:before, &:after {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
.main #disqus_thread {
|
|
margin: 0 1.5em;
|
|
}
|
|
|
|
.main .paginator {
|
|
margin: 1.5em;
|
|
margin-top: 50px;
|
|
}
|
|
|
|
footer .container {
|
|
padding: 4rem 1.5em;
|
|
flex-direction: column;
|
|
text-align: center;
|
|
|
|
div {
|
|
width: 100%;
|
|
margin: 0 !important;
|
|
margin-top: 1.5em !important;
|
|
}
|
|
}
|
|
|
|
.credits .container {
|
|
padding: 4rem 1.5em;
|
|
}
|
|
}
|