feat: add card grid component
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
.layout {
|
||||
--max-width: 101.4rem;
|
||||
--header-height: 4.5rem;
|
||||
|
||||
display: grid;
|
||||
font-family: var(--ff-fira-sans);
|
||||
grid-template-rows: var(--header-height) auto 1fr;
|
||||
min-height: 100dvh;
|
||||
background-color: var(--Brand-Coffee-Subtle);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user