feat: add card grid component
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
.container {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
height: 37rem;
|
||||
border-radius: 1.6rem;
|
||||
background-color: var(--Base-Fill-Normal);
|
||||
text-align: center;
|
||||
margin-right: 1.6rem;
|
||||
}
|
||||
Reference in New Issue
Block a user