13 lines
221 B
CSS
13 lines
221 B
CSS
.post-count {
|
|
@apply flex items-center gap-2 text-primary;
|
|
|
|
&__count {
|
|
@apply font-normal uppercase fjalla text-4xl;
|
|
line-height: 0.8;
|
|
}
|
|
|
|
&__text {
|
|
@apply text-lg nunito font-normal;
|
|
}
|
|
}
|