7 lines
133 B
CSS
7 lines
133 B
CSS
.block-chapo {
|
|
@apply font-semibold text-xl;
|
|
@apply text-primary nunito !mb-6;
|
|
line-height: 1.45;
|
|
font-size: 1.3rem;
|
|
}
|