- Edited
X The .description-section .content selector should set max-width prop to 0 for the fifth media rule (575px)
I'll get bug in stage 22, I hope it can be fixed ASAP
@media all and (max-width: 575px) {
.container{
max-width: 90vw;
}
.apps-buttons{
flex-direction: column;
}
.apps-buttons a {
margin-left: 0;
}
.join-section .apps-buttons a {
margin: 0 auto;
}
.comments-section .columns-view {
grid-template-columns: auto;
}
.section-image img {
max-width: 80vw;
}
.header-btn {
display: none;
}.description-section .content{
max-width: 0;
}
}