5,849
edits
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; | |||
} | } | ||