3,599
edits
m (Trying other characters in the format) |
m (Changing display of portraits to center images vertically) |
||
Line 4: | Line 4: | ||
.relationships-entry { min-width: 400px; margin: .5em; padding: 1em; background-color: #f0f0f0; border-radius: 1em; flex-basis: 25%; flex-grow: 1; } | .relationships-entry { min-width: 400px; margin: .5em; padding: 1em; background-color: #f0f0f0; border-radius: 1em; flex-basis: 25%; flex-grow: 1; } | ||
.relationships-portrait-box { text-align: center; margin-bottom: .5em; } | .relationships-portrait-box { text-align: center; margin-bottom: .5em; } | ||
.relationships-portrait { width: 190px; height: 190px; overflow: hidden; border-radius: 50%; display:inline- | .relationships-portrait { width: 190px; height: 190px; overflow: hidden; border-radius: 50%; display:inline-flex; align-items: center; } | ||
.relationships-description { } | .relationships-description { } | ||
}} | }} |