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
mNo edit summary
mNo edit summary
Line 1: Line 1:
.page-grid {
.page-grid {
display: grid;
display: grid;
grid-auto-flow: column;
grid-template-columns: repeat(5, 180px);
grid-auto-rows: minmax(120px, auto);
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
grid-gap: 16px;
grid-gap: 16px;
margin-top: 1em;
margin-bottom: 4em;
margin-bottom: 4em;
overflow: auto;
overflow: auto;

Revision as of 11:08, 15 June 2024

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