MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 1,423: Line 1,423:
.list-card {
.list-card {
     display: flex; /* Use flexbox */
     display: flex; /* Use flexbox */
     align-items: baseline; /* Vertically center children */
     align-items: flex-start; /* Vertically center children */
     justify-content: start; /* Align children to the start of the row */
     justify-content: start; /* Align children to the start of the row */
     width: 100%; /* Full width */
     width: 100%; /* Full width */

Navigation menu