7 lines
228 B
SCSS
7 lines
228 B
SCSS
.h1 {
|
|
@apply text-center text-3xl uppercase tracking-wide font-bold text-primary-900;
|
|
}
|
|
|
|
.h2 {
|
|
@apply font-bold uppercase tracking-wide text-center rounded-t-md text-primary-950 bg-gray-200 bg-opacity-80 text-lg px-3 py-3;
|
|
} |