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

Template:TheWorld/Style.css: Difference between revisions

Template page
Content added Content deleted
(Created page with ".page-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(240px,1fr)); grid-gap: 1em; } p { font-size: 0.9em; }")
 
mNo edit summary
Line 1: Line 1:
.page-grid {
.page-grid {
display: grid;
display: grid;
grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
grid-template-columns: repeat(auto-fit,minmax(480px,1fr));
grid-gap: 1em;
grid-gap: 1em;
}
}

Revision as of 07:02, 21 April 2024

.page-grid {
display: grid;
grid-template-columns: repeat(auto-fit,minmax(480px,1fr));
grid-gap: 1em;
}

p {
font-size: 0.9em;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.