diff --git a/src/assets/css/components/layout/EditorInnerContent.scss b/src/assets/css/components/layout/EditorInnerContent.scss index 565f08d..c9bc3b2 100644 --- a/src/assets/css/components/layout/EditorInnerContent.scss +++ b/src/assets/css/components/layout/EditorInnerContent.scss @@ -8,7 +8,7 @@ @apply w-fit; } &__last-update { - @apply bg-construction text-slate-900 w-fit + @apply bg-construction text-black w-fit h-fit px-4 py-2 text-3xl font-bold text-zuume; transform: rotate(-2deg) skew(-1deg); white-space: nowrap; @@ -34,11 +34,11 @@ @apply mt-4 mb-6; } h1 { - @apply text-4xl md:text-8xl tracking-wide; + @apply text-5xl md:text-8xl tracking-wide; line-height: 0.8; } h2 { - @apply text-6xl mt-16; + @apply text-3xl md:text-6xl mt-16; } ul li {