header .minimenu {
display: none;
}
@media only screen and (max-width: 600px) {
header {
position: fixed;
top: 0;
left: 0;
z-index: 10;
width: 100%;
max-height: 100vh;
height: 60px;
overflow: hidden;
.minimenu {
display: block;
position: absolute;
right: 3px;
top: 3px;
section {
nav {
header.expanded {
overflow: auto;
height: auto;
text-align: center;
ul {
flex-wrap: wrap;
justify-content: right;
li > * {
padding: 18px;
.container {
margin-top: 65px;
.content {
max-width: unset;
margin: 6px;
article {
padding: 10px;
.image {
padding: 0;
margin: 10px -6px;
&.directory article.entry {
margin-left: 0;
.aside-wrap + .content {
margin-top: 120px;
.aside-wrap {
z-index: 3;
top: 60px;
margin: 0;
.aside {
position: unset;
& > h2 {
position: relative;
cursor: pointer;
padding: 5px 10px;
&:after {
content: "v";
font-family: $bodyfont;
font-weight: bold;
color: $lien;
right: 10px;
&:not(.expanded) {
.aside-content {
li {
display: inline-block;
& > * {
padding: 15px;