refining responsive title

This commit is contained in:
Antoine M 2024-05-16 17:02:43 +02:00
parent c01f2e4d12
commit f76a48eced

View File

@ -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 {