feat: add card grid component
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
display: grid;
|
||||
font-weight: 600;
|
||||
background-color: var(--Base-Background-Elevated);
|
||||
border-radius: 32px 4px 4px 32px;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
@@ -10,7 +9,7 @@
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
gap: 2rem;
|
||||
padding: 4rem 2rem;
|
||||
padding: 6rem 2rem;
|
||||
}
|
||||
|
||||
.preamble {
|
||||
@@ -37,6 +36,10 @@
|
||||
}
|
||||
|
||||
@media screen and (min-width: 950px) {
|
||||
.container {
|
||||
border-radius: 32px 4px 4px 32px;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
gap: 3rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user