Template:Main Page helper/styles.css: Difference between revisions
From Guild of Archivists
(Alahmnat changed the content model of the page Main Page/styles.css from "wikitext" to "Sanitized CSS") Tag: content model change |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
.main-flex-container { | .main-flex-container { | ||
display:flex; flex-flow:row wrap; justify-content: | display:flex; flex-flow:row wrap; justify-content:left; width: 100%; | ||
} | } | ||
.main-flex-element-sm { | .main-flex-element-sm { | ||
Line 6: | Line 6: | ||
} | } | ||
.main-flex-element-lg { | .main-flex-element-lg { | ||
min-width: | min-width:300px; text-align:center; padding-bottom:22px; | ||
} | } |