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...")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
.main-flex-container {
.main-flex-container {
display:flex; flex-flow:row wrap; justify-content:center; width: 100%;
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:350px; text-align:center; padding-bottom:22px;
min-width:300px; text-align:center; padding-bottom:22px;
}
}

Latest revision as of 22:06, 16 July 2020

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