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

Template:WeaponLevels/Style.css: Difference between revisions

Template page
Content added Content deleted
(Created page with ".section-grid { display: grid; grid-template-columns: repeat(5, 180px); grid-gap: 16px; margin-top: 1em; margin-bottom: 1em; overflow: auto; }")
 
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
.section-grid {
.section-grid {
display: grid;
display: grid;
grid-template-columns: repeat(5, 180px);
grid-template-columns: repeat(5, 200px);
grid-gap: 16px;
grid-gap: 16px;
margin-top: 1em;
padding-top: 1em;
margin-bottom: 1em;
padding-bottom: 1em;
overflow: auto;
overflow: auto;
}
}

Latest revision as of 16:58, 2 July 2024

.section-grid {
display: grid;
grid-template-columns: repeat(5, 200px); 
grid-gap: 16px; 
padding-top: 1em;
padding-bottom: 1em;
overflow: auto;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.