Difference between revisions of "MediaWiki:Common.css"

Jump to navigation Jump to search
no edit summary
Line 234: Line 234:
.mw-input {
.mw-input {
     font-weight: bold;
     font-weight: bold;
}
/* Flex Container */
.flex-container {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1em;
}
.flex-container .flex-item {
    flex: 1 1 25em;
}
}


Navigation menu