New Text Component, new pages

This commit is contained in:
Belen Curcio
2020-10-24 16:53:25 -03:00
parent 81f4771c4d
commit 5e8cb6e6df
11 changed files with 144 additions and 35 deletions

View File

@@ -0,0 +1,7 @@
.body {
@apply text-lg leading-7 font-medium max-w-6xl mx-auto;
}
.heading {
@apply text-5xl mb-12;
}