add CSS grid utilities
This commit is contained in:
parent
a8a942f4d1
commit
b89096cbe6
3 changed files with 75 additions and 6 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue