Das ist es leider nicht @beatovich
ich habe jetzt im betreffenden CSS stehen:
@media only screen and (min-width: 851px) and (max-width: 1499px) {
.container {
display: flex;
flex-wrap: wrap;
align-content: flex-start;
}
main {
/*margin: 0.5rem 0 0.5rem 0.3rem;*/
flex-grow: 1;
flex-shrink: 1;
flex-basis: calc(100% - 14em - 1em); /* calc(100% - 500px - 5rem); */
/*align-self: stretch;*/
}
#main-nav {
/*margin-top: 2rem;*/
margin-bottom: auto; /* 20px; */
flex-grow: 0;
flex-shrink: 0;
flex-basis: 1em;
}
botton [aria-expanded="true"] > #main-nav {
margin-bottom: auto;
flex-grow: 1;
flex-shrink: 1;
flex-basis: 17em;
}
}
Aber das scheint es noch nicht ganz zu sein. Villeicht hilft ja nochjemand, ich lkomme und komme nicht weiter. Für heute erstmal gut n8.
der einsiedelnde