STYLE refining paddings

This commit is contained in:
Nonimart 2025-10-06 11:10:43 +02:00
parent b93ec0f0c4
commit ba299cc114

View File

@ -1,9 +1,9 @@
.post-header { .post-header {
@apply bg-primary text-white py-32 px-2 lg:px-4 md:px-8 overflow-x-hidden; @apply bg-primary text-white py-8 2xl:py-16 px-2 lg:px-4 md:px-8 overflow-x-hidden;
h1.post-header__title, h1.post-header__title,
h2.post-header__title { h2.post-header__title {
@apply uppercase font-medium text-4xl md:text-5xl lg:text-7xl text-white; @apply uppercase font-medium text-4xl md:text-5xl lg:text-6xl text-white;
line-height: 1.2; line-height: 1.2;
} }
&__inner { &__inner {