Add first foundation content
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user