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

Template:TheWorld/Style.css

Template page
Revision as of 06:02, 24 May 2024 by MarbleNiter (talk | contribs)
.page-grid {
display: grid;
grid-template-columns: repeat(auto-fit,minmax(360px,1fr));
grid-gap: 1em 2em;
margin-bottom: 6em;
}

p, li {
font-size: 0.9em;
}

h2, h3, h4 {
margin-top: 1em;
margin-bottom: 1em;
}

.related-nav-grid {
display: grid; 
grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
grid-gap: 2em;
}

.related-nav-button {
border: 2px solid #fff; 
border-radius: 8px; 
text-align: center;
font-weight: bold;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.