hiding overflow x

This commit is contained in:
Antoine M 2024-01-17 16:40:42 +01:00
parent 9cfb8943a4
commit e390cacf41

View File

@ -90,6 +90,7 @@ article > *:not(.entry-content, .chapter-header-block),
.entry-content, .entry-content,
.page-content, .page-content,
.homegrade-page-container { .homegrade-page-container {
@apply overflow-x-hidden;
& > :first-child { & > :first-child {
@apply !mt-0; @apply !mt-0;
} }
@ -184,6 +185,7 @@ article > *:not(.entry-content, .chapter-header-block),
.single-post-container, .single-post-container,
.single-post-container--jobs, .single-post-container--jobs,
.single-post-container--news { .single-post-container--news {
@apply overflow-x-hidden;
h2 { h2 {
@apply text-4xl; @apply text-4xl;
} }