Add first foundation content

This commit is contained in:
2022-06-23 17:21:52 +02:00
parent 4d90fe1626
commit 7bf64eb559
7 changed files with 83 additions and 42 deletions

View File

@@ -4,14 +4,14 @@
@layer base {
h2 {
@apply text-lg font-bold mb-6;
}
h2:not(:first-of-type) {
@apply mt-8;
@apply text-lg font-bold mb-6 mt-8;
}
h3 {
@apply mb-4 text-sm uppercase text-zinc-500;
}
h3:not(:first-child) {
@apply mt-6;
}