3,599
edits
m (Fiddling) |
m (Fiddling) |
||
Line 1: | Line 1: | ||
{{#css: | {{#css: | ||
.relationships-title { background-color: steelblue; color: white; font-weight: bold; font-size: 1.5em; padding-left: .5em; } | .relationships-title { background-color: steelblue; color: white; font-weight: bold; font-size: 1.5em; padding-left: .5em; } | ||
.relationships-container { background-color: white; border-radius: 0 | .relationships-container { background-color: white; border-radius: 0 0 1.5em 1.5em; border: 3px solid steelblue; border-top: 0; display: flex; flex-flow: row wrap; justify-content: space-evenly; min-width: fit-content; padding: 1em;} | ||
.relationships-entry { min-width: 400px; margin: .5em; padding: 1.5em; background-color: #f0f0f0; border-radius: 1em; flex-basis: 25%; flex-grow: 1; } | .relationships-entry { min-width: 400px; margin: .5em; padding: 1.5em; background-color: #f0f0f0; border-radius: 1em; flex-basis: 25%; flex-grow: 1; } | ||
.relationships-portrait-box { margin-bottom: .5em; display: flex; justify-content: center; } | .relationships-portrait-box { margin-bottom: .5em; display: flex; justify-content: center; } |