diff options
| -rw-r--r-- | src/guzzle.sass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/guzzle.sass b/src/guzzle.sass index c469f59..47aece9 100644 --- a/src/guzzle.sass +++ b/src/guzzle.sass @@ -67,9 +67,9 @@ footer h1 @apply bg-base text-4xl mx-auto p-5 mb-5 mt-5 text-text text-center w-fit h2 - @apply bg-base text-3xl mx-auto p-3 mb-5 mt-5 text-text text-center w-fit + @apply bg-base text-xl mx-auto p-3 mb-5 mt-5 text-text text-center w-fit h3 - @apply bg-base text-2xl mx-auto p-1 mb-5 mt-5 text-text text-center w-fit + @apply bg-base text-lg mx-auto p-1 mb-5 mt-5 text-text text-center w-fit @apply lg:max-w-6xl text-left items-center |
