More polish and finishing touches to documentation

This commit is contained in:
2025-02-13 02:42:49 -05:00
parent 8801052542
commit d63f720828
3 changed files with 21 additions and 33 deletions

View File

@@ -1,14 +1,14 @@
h1 {
@apply text-hOnBackground;
@apply flex items-center justify-center uppercase;
@apply font-sans font-bold text-8xl;
@apply flex items-center uppercase;
@apply font-sans font-bold text-4xl md:text-8xl;
@apply tracking-widest;
@apply mb-12;
}
h2 {
@apply text-hOnBackground;
@apply font-sans font-bold text-4xl;
@apply font-sans font-bold text-2xl md:text-4xl;
@apply mb-6;
}
@@ -17,4 +17,9 @@ p {
@apply font-sans font-normal text-base;
@apply tracking-normal;
@apply mb-6;
@apply text-justify;
}
ul {
@apply mb-6;
}