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