add CSS grid utilities

This commit is contained in:
Alexander Navarro 2023-08-20 12:58:53 -04:00
parent a8a942f4d1
commit b89096cbe6
3 changed files with 75 additions and 6 deletions

View file

@ -14,6 +14,10 @@ body {
margin: auto;
}
section:not(:first-child) {
margin-top: var(--prj-spacing-4);
}
/* Main content fix width, taken from Tailwind: https://tailwindcss.com/docs/container#using-the-container */
@media screen and (min-width: 640px) {