Template:Main Page helper/styles.css: Difference between revisions

From Guild of Archivists
(Created page with ".main-flex-container { display:flex; flex-flow:row wrap; justify-content:center; width: 100%; } .main-flex-element-sm { padding-bottom:15px; min-width:250px; text-align:center...")
 
(Alahmnat changed the content model of the page Main Page/styles.css from "wikitext" to "Sanitized CSS")
Tag: content model change
(No difference)

Revision as of 04:32, 15 July 2020

.main-flex-container {
display:flex; flex-flow:row wrap; justify-content:center; width: 100%;
}
.main-flex-element-sm {
padding-bottom:15px; min-width:250px; text-align:center; max-width:330px;
}
.main-flex-element-lg {
min-width:350px; text-align:center; padding-bottom:22px;
}