4 lines
90 B
SCSS
4 lines
90 B
SCSS
|
.h1 {
|
||
|
@apply text-center text-3xl uppercase tracking-wide font-bold text-primary-900;
|
||
|
}
|