diff options
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/global.sass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/styles/global.sass b/src/styles/global.sass index e03270c..a6d45e2 100644 --- a/src/styles/global.sass +++ b/src/styles/global.sass @@ -10,13 +10,13 @@ html font-family: "Noto Sans", sans-serif h1 - @apply text-2xl + @apply text-base text-2xl h2 - @apply text-xl + @apply text-base text-xl h3 - @apply text-lg + @apply text-base text-lg p,li @apply text-base |
