Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marketempower/axiom.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJhaura Wachsman <jw@jhaurawachsman.com>2020-07-17 21:33:26 +0300
committerJhaura Wachsman <jw@jhaurawachsman.com>2020-07-17 21:33:26 +0300
commitd54e4d37a9e7e149d0d240488d616f33608e88b2 (patch)
treeca50a0f821b48f05f638b611d2e9faa25f44a08b
parentb7636f94d78f741f94bb3e384c7edce6abf6b2bf (diff)
Reduce font-size of H4-h6 to differentiate from H3
-rw-r--r--src/cdata.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/cdata.css b/src/cdata.css
index 4f3244b..aba9fca 100644
--- a/src/cdata.css
+++ b/src/cdata.css
@@ -30,11 +30,14 @@
@apply text-26;
}
- & > h3,
+ & > h3 {
+ @apply text-2xl;
+ }
+
& > h4,
& > h5,
& > h6 {
- @apply text-2xl;
+ @apply text-xl;
}
/* <p>, <ul>, <ol>, <blockquote p>:typography */