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

Template:Scratchpad/Style.css: Difference between revisions

Template page
Content added Content deleted
m (Replaced content with ".page-grid { display: grid; margin-bottom: 4em; }")
Tag: Replaced
mNo edit summary
Line 1: Line 1:
.page-grid {
.page-grid {
display: 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;
margin-bottom: 4em;
overflow: auto;
}
}

Revision as of 10:10, 15 June 2024

.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.