33 lines
391 B
SCSS
Executable File
33 lines
391 B
SCSS
Executable File
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6 {
|
|
@apply font-bold m-0 block;
|
|
}
|
|
|
|
|
|
h1 {
|
|
@apply text-4xl lg:text-5xl text-[#5278ad] capitalize
|
|
}
|
|
|
|
h2 {
|
|
@apply text-3xl md:text-4xl lg:text-[42px] text-[#5278ad] capitalize
|
|
}
|
|
|
|
h3 {
|
|
@apply text-xl md:text-2xl lg:text-3xl
|
|
}
|
|
|
|
h4 {
|
|
@apply text-xl md:text-[1.33em]
|
|
}
|
|
|
|
h5 {
|
|
@apply text-lg md:text-[0.83em]
|
|
}
|
|
|
|
h5 {
|
|
@apply text-base md:text-[0.67em]
|
|
} |