Template:Before and after/styles.css: Difference between revisions
Template page
More actions
Content deleted Content added
Tesinormed (talk | contribs) No edit summary |
Tesinormed (talk | contribs) No edit summary |
||
| Line 2: | Line 2: | ||
margin: 0 auto; |
margin: 0 auto; |
||
width: 80%; |
width: 80%; |
||
display: |
display: flex; |
||
flex-flow: column wrap; |
|||
grid-template-columns: 1fr auto 1fr; |
|||
justify-content: space-between; |
|||
grid-template-rows: repeat(2, min-content); |
|||
align-items: center; |
|||
gap: var(--space-sm); |
gap: var(--space-sm); |
||
} |
} |
||