diff --git a/resources/css/base/typography.css b/resources/css/base/typography.css index 94ecdec..c9c5f6d 100644 --- a/resources/css/base/typography.css +++ b/resources/css/base/typography.css @@ -19,6 +19,7 @@ body.front-end { h2 { @apply text-4xl; + line-height: 1.2; } } @@ -74,8 +75,11 @@ h2.chapter-section__title { font-family: 'Nunito Sans', sans-serif !important; } .subtitle-big { - @apply text-5xl font-normal uppercase fjalla pb-6; - line-height: 1.3; - text-rendering: geometricPrecision; - font-weight: 100 !important; + @apply text-4xl md:text-5xl font-normal uppercase fjalla pb-6; + line-height: 1.2; + @screen lg { + line-height: 1.3; + } + /* text-rendering: geometricPrecision; */ + font-weight: 400 !important; } diff --git a/resources/css/blocks/dernieres-dynamiques.css b/resources/css/blocks/dernieres-dynamiques.css index 507e3b4..356f552 100644 --- a/resources/css/blocks/dernieres-dynamiques.css +++ b/resources/css/blocks/dernieres-dynamiques.css @@ -59,7 +59,7 @@ } &__issue-title { - @apply lg:text-5xl text-4xl uppercase pb-6 md:pb-12; + @apply text-3xl lg:text-5xl uppercase pb-6 md:pb-12; line-height: 1.2; font-weight: 100 !important; } diff --git a/resources/css/layout/footer.css b/resources/css/layout/footer.css index f3adc46..4fcfe14 100644 --- a/resources/css/layout/footer.css +++ b/resources/css/layout/footer.css @@ -1,5 +1,5 @@ footer { - @apply w-full mx-auto px-4 md:px-12 pb-32; + @apply w-full mx-auto px-4 md:px-12 pb-6 md:pb-32; .section-title { @apply text-lg nunito uppercase font-bold tracking-widest mb-6; diff --git a/resources/css/layout/nav/primary-menu.css b/resources/css/layout/nav/primary-menu.css index 030009f..97ca1b2 100644 --- a/resources/css/layout/nav/primary-menu.css +++ b/resources/css/layout/nav/primary-menu.css @@ -36,12 +36,12 @@ @apply flex flex-col lg:flex-row - items-center + lg:items-center justify-around lg:justify-between; ul { - @apply lg:flex + @apply flex flex-col lg:flex-row gap-x-2 lg:gap-x-4 xl:gap-x-8 @@ -192,8 +192,8 @@ font-medium py-8 text-lg - - pb-0; + pb-2 + lg:pb-0; .sub-menu li { @apply text-sm; @@ -226,8 +226,8 @@ } */ .primary-menu-container { li.menu-item { - @apply mx-auto - /* !text-left */; + /* @apply mx-auto */ + /* !text-left */ } } } diff --git a/resources/css/layout/nav/secondary-menu.css b/resources/css/layout/nav/secondary-menu.css index f0de49c..56ae2c1 100644 --- a/resources/css/layout/nav/secondary-menu.css +++ b/resources/css/layout/nav/secondary-menu.css @@ -10,7 +10,7 @@ @apply max-w-screen-2xl w-full mx-auto flex justify-between items-center; ul { - @apply block lg:flex justify-between gap-4; + @apply flex flex-col lg:flex-row justify-between gap-4; } a { @apply font-normal text-lg; @@ -44,12 +44,6 @@ @apply hidden lg:block; } -/* @media (max-width: 1024px) { - header[nav-open='true'] .secondary-menu-container { - @apply block; - } -} */ - @media (max-width: 960px) { .secondary-menu-container { @apply w-fit mx-0;