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

Template:Scratchpad/Style.css

Template page
Revision as of 10:10, 15 June 2024 by MarbleNiter (talk | contribs)
.page-grid {
display: grid;
grid-auto-flow: column; 
grid-auto-rows: minmax(120px, auto); 
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); 
grid-gap: 16px; 
margin-top: 1em;
margin-bottom: 4em;
overflow: auto;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.