All checks were successful
continuous-integration/drone/push Build is passing
22 lines
210 B
SCSS
22 lines
210 B
SCSS
@layer base {
|
|
body {
|
|
line-height: 1;
|
|
}
|
|
|
|
h1, h2, h3 {
|
|
@apply font-light;
|
|
}
|
|
|
|
h1 {
|
|
@apply text-3xl uppercase;
|
|
}
|
|
|
|
h2 {
|
|
@apply text-2xl mb-8;
|
|
}
|
|
|
|
h3 {
|
|
@apply text-xl mb-6;
|
|
}
|
|
}
|