More polish and finishing touches to documentation
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user