(Simplify; apply padding via main CSS.) |
(Align images at caption text.) |
||
Line 1: | Line 1: | ||
.rooster { | .rooster { | ||
+ | align-items: baseline; | ||
color: var(--dark-text-color); | color: var(--dark-text-color); | ||
display: flex; | display: flex; |
Revision as of 02:19, 29 October 2017
.rooster {
align-items: baseline; color: var(--dark-text-color); display: flex; flex-flow: row wrap; justify-content: space-around; list-style-type: none; padding: 0;
}
.rooster figure {
margin: 10px auto; max-width: 250px; min-width: 150px;
}