11 lines
169 B
CSS
11 lines
169 B
CSS
.homegrade-blocks-card {
|
|
@apply bg-white w-full p-8 rounded-3xl
|
|
flex
|
|
flex-col
|
|
items-center
|
|
justify-center;
|
|
*:first-child {
|
|
@apply mt-0;
|
|
}
|
|
}
|