diff options
Diffstat (limited to 'src/guzzle.sass')
| -rw-r--r-- | src/guzzle.sass | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/guzzle.sass b/src/guzzle.sass index 68e3b93..c469f59 100644 --- a/src/guzzle.sass +++ b/src/guzzle.sass @@ -65,13 +65,16 @@ footer #blogpost h1 - @apply bg-base text-4xl mx-auto p-2 mb-5 mt-5 text-text text-center + @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-2 mb-5 mt-5 text-text text-center + @apply bg-base text-3xl mx-auto p-3 mb-5 mt-5 text-text text-center w-fit h3 - @apply bg-base text-2xl mx-auto p-2 mb-5 mt-5 text-text text-center + @apply bg-base text-2xl mx-auto p-1 mb-5 mt-5 text-text text-center w-fit - @apply lg:max-w-6xl text-left + @apply lg:max-w-6xl text-left items-center + +#blogText + @apply bg-blue rounded-xl p-5 #commitText @apply text-subtext1 p-2 |
