10 lines
132 B
CSS
10 lines
132 B
CSS
.post-card-dbmod {
|
|
&__title {
|
|
@apply text-2xl font-bold;
|
|
}
|
|
|
|
&__details {
|
|
@apply text-sm text-gray-500;
|
|
}
|
|
}
|