موضيل:Mainpage/styles.css

من ويكيپيديا
@media screen and (max-width: 720px) {
#main_content {
 display: flex;
 flex-direction: column;
}

.main_left, .main_right {
 width: 100% !important;
}
#mf-section-0 div div:nth-child(2) {
margin-right: 0 !important;
}

#mf-section-0 div div:nth-child(3) {
float: none !important;
}
}
@media screen and (max-width: 480px) {
#main_content {
 display: flex;
 flex-direction: column;
 width: 100% !important;
}

.main_left, .main_right {
 width: 100% !important;
}
#mf-section-0 div div:nth-child(2) {
margin-right: 0 !important;
}

#mf-section-0 div div:nth-child(3) {
float: none !important;
}
}