MediaWiki:Common.css: Difference between revisions

No edit summary
mNo edit summary
Line 143: Line 143:
     display: flex !important;
     display: flex !important;
     flex-wrap: wrap;
     flex-wrap: wrap;
     justify-content: space-between;  /* spread items across each row */
     justify-content: space-around;  /* spread items across each row */
     row-gap: 12px;                  /* vertical gap between rows */
     row-gap: 12px;                  /* vertical gap between rows */
}
}