Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Race intro/styles.css: Difference between revisions

Template page
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(220px, 300px);
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;
}
}
}
}