Best Practices
No edit summary
Tags: Reverted 2017 source edit
No edit summary
Tags: Reverted 2017 source edit
Line 21: Line 21:
.heading {
.heading {
   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);
}
}


Line 65: Line 72:
}
}
     }
     }
.grid-container {
    display: grid;
    padding: 0 5em;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    grid-auto-rows: minmax(100px, auto);
}





Revision as of 07:19, 1 August 2024

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

How would you like to chat today?

Setting up your conversation…

This may take a few moments