7 lines
114 B
CSS
7 lines
114 B
CSS
.homegrade-blocks-card {
|
|
@apply bg-white w-full p-8 rounded-3xl;
|
|
*:first-child {
|
|
@apply mt-0;
|
|
}
|
|
}
|