Template:Race intro/styles.css: Difference between revisions
Template page
More actions
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
.wizlords-race-intro--with-examples { | .wizlords-race-intro--with-examples { | ||
display: grid; | display: grid; | ||
grid-template-columns: 100px minmax(16rem, 1fr) minmax( | grid-template-columns: 100px minmax(16rem, 1fr) minmax(200px, 250px); | ||
align-items: center; | align-items: center; | ||
gap: 28px; | gap: 28px; | ||
| Line 29: | Line 29: | ||
width: 100%; | width: 100%; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
justify-self: end; | |||
margin: 0; | margin: 0; | ||
padding: 4px; | padding: 4px; | ||
| Line 39: | Line 40: | ||
grid-template-columns: repeat(2, minmax(0, 1fr)); | grid-template-columns: repeat(2, minmax(0, 1fr)); | ||
gap: 4px; | gap: 4px; | ||
box-sizing: border-box; | |||
border: 1px solid var(--wiz-content-border, #ff942d); | |||
} | } | ||
| Line 87: | Line 90: | ||
width: 100%; | width: 100%; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
justify-self: stretch; | |||
} | } | ||
} | } | ||