Best Practices
No edit summary
Tags: Manual revert 2017 source edit
No edit summary
Tag: 2017 source edit
Line 22: Line 22:
   font-size: 2.25em;  
   font-size: 2.25em;  
}
}
.grid-container {
    display: grid;
    padding: 0 5em;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    grid-auto-rows: minmax(100px, auto);
}


     @media (max-width: 767px) {
     @media (max-width: 767px) {
Line 57: Line 66:
     }
     }
     }
     }
.grid-container {
    display: grid;
    padding: 0 5em;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    grid-auto-rows: minmax(100px, auto);
}


</style>
</style>

Revision as of 07:41, 1 August 2024

Best practices
BEST PRACTICES
Suggestions and ideas on how to creatively use MDriven tools.