Common.css: Różnice pomiędzy wersjami
Z Ludzie Morza
Linia 6: | Linia 6: | ||
} | } | ||
.mw-parser-output .two-columns-left | .mw-parser-output .two-columns-left { | ||
flex: 1 60ex; | |||
margin-right: 3ex; | |||
} | |||
.mw-parser-output .two-columns-right { | .mw-parser-output .two-columns-right { | ||
flex: 1 60ex; | flex: 1 60ex; | ||
margin-left: 3ex; | margin-left: 3ex; | ||
} | } |
Wersja z 23:00, 21 cze 2022
/* Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach */ .mw-parser-output .two-columns { display: flex; flex-wrap: wrap; } .mw-parser-output .two-columns-left { flex: 1 60ex; margin-right: 3ex; } .mw-parser-output .two-columns-right { flex: 1 60ex; margin-left: 3ex; }