HTMLContent

This commit is contained in:
Belen Curcio
2020-10-16 12:26:35 -03:00
parent 177a6f530e
commit 3c9f6d4d05
2 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
.root {
@apply text-lg leading-7 font-medium max-w-6xl mx-auto;
}
.root p {
@apply text-justify;
}
.root h1 {
@apply text-5xl mb-12;
}
@@ -14,5 +22,5 @@
.root ul,
.root ol,
.root blockquote {
@apply my-6;
@apply mb-6;
}