Otwórz menu główne

Zmiany

MediaWiki:Mobile.css

Dodane 65 bajtów, 21:53, 15 lut 2022
brak opisu edycji
flex-direction: row;
}
.mp-row > .mp-panel * {
flex: 1 1;
margin-right: 0.4em;
}
.mp-row > .mp-panel:last-child {
margin-right: 0 !important;
}
.mp-col {
display: flex;
flex-direction: column;
}
.mp-col > * {
flex: 1 1;
}
@media screen and (max-width: 768px) {
flex-direction: column;
}
.mp-row > .mp-panel * {
margin-right: 0 !important;
}