STYLE Handling titles and small details
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nonimart 2025-06-20 11:17:58 +02:00
parent 21f5cd288d
commit c198abd7d7

View File

@ -52,11 +52,22 @@
}
article {
/* @apply py-12 my-12; */
@apply text-carhop-gray;
.article-title {
@apply mb-8;
}
.article-tags {
@apply mb-12;
}
p {
@apply mb-6;
}
h2,
h3 {
@apply font-bold nunito mb-3 mt-12;
font-size: 1.7rem;
}
}
}