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

Template:TheSilverSword/Talents/Style.css: Difference between revisions

Template page
Content added Content deleted
mNo edit summary
mNo edit summary
(One intermediate revision by the same user not shown)
Line 1: Line 1:
.talents-grid {
.talents-grid {
display: grid;
display: grid;
grid-template-columns: repeat(6, 120px);
grid-template-columns: repeat(6, 160px);
grid-gap: 16px;
grid-gap: 16px;
margin-top: 1em;
margin-top: 1em;
Line 10: Line 10:
.talent-category {
.talent-category {
color: #cff;
color: #cff;
font-weight: bold;
font-weight: 600;
font-size: 1em;
font-size: 0.9em;
}
}

Revision as of 12:15, 26 June 2024

.talents-grid {
display: grid;
grid-template-columns: repeat(6, 160px); 
grid-gap: 16px; 
margin-top: 1em;
margin-bottom: 1em;
overflow: auto;
}

.talent-category {
color: #cff;
font-weight: 600;
font-size: 0.9em;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.