Compare commits

..

3 Commits

Author SHA1 Message Date
Antoine M
056dfdce77 FIX responsive tweaks
All checks were successful
continuous-integration/drone/push Build is passing
2026-05-21 08:54:49 +02:00
Antoine M
f3834fbe05 handling formulaire temoiganges 2026-05-21 08:54:33 +02:00
Antoine M
a5421f3e2e REFACTOR Adapting style with new gravity forms id 2026-05-20 16:15:05 +02:00
6 changed files with 35 additions and 5 deletions

View File

@ -79,6 +79,7 @@
@import './pages/archive-actualites.css'; @import './pages/archive-actualites.css';
@import './pages/single-actualites.css'; @import './pages/single-actualites.css';
@import './pages/page-formulaire-de-depot.css'; @import './pages/page-formulaire-de-depot.css';
@import './pages/page-formulaire-temoignage.css';
@import './pages/archive-fonds-archives.css'; @import './pages/archive-fonds-archives.css';
@import './pages/home.css'; @import './pages/home.css';

View File

@ -1,6 +1,6 @@
.content-wrapper { .content-wrapper {
@apply max-w-screen-2xl w-full px-8; @apply max-w-screen-2xl w-full px-6 md:px-8;
@apply mx-auto grid gap-12 lg:py-12 py-6 items-start; @apply mx-auto grid gap-12 lg:py-12 py-6 items-start;
grid-template-columns: 1fr 2fr; grid-template-columns: 1fr 2fr;

View File

@ -1,11 +1,15 @@
#post-toolbar { #post-toolbar {
@apply max-w-screen-2xl mx-auto; @apply max-w-screen-2xl mx-auto;
&:has(.toolbar-actions) {
@apply mb-24 md:mb-0;
}
} }
.toolbar-actions { .toolbar-actions {
@apply flex items-center gap-3 ml-auto; @apply flex items-center gap-3 ml-auto;
@media screen and (max-width: 1024px) { @media screen and (max-width: 1024px) {
@apply absolute left-0 translate-y-full; @apply absolute left-0 translate-y-full pt-2;
bottom: -20px; bottom: -20px;
} }
} }

View File

@ -8,6 +8,10 @@ article > *:not(.entry-content),
@apply px-4; @apply px-4;
} }
.content-wrapper .entry-content {
@apply px-0;
}
.entry-content, .entry-content,
.block-editor-block-list__layout { .block-editor-block-list__layout {
h1 { h1 {

View File

@ -1,8 +1,8 @@
.page-id-1181 { .page-id-1181 {
.wp-block-carhop-blocks-heading:has(+ #gform_wrapper_4) { .wp-block-carhop-blocks-heading:has(+ #gform_wrapper_5) {
@apply !pb-0; @apply !pb-0;
} }
.wp-block-carhop-blocks-heading + #gform_wrapper_4 { .wp-block-carhop-blocks-heading + #gform_wrapper_5 {
@apply !mt-2; @apply !mt-2;
} }
&:has(.gf_step_first.gf_step_active) { &:has(.gf_step_first.gf_step_active) {

View File

@ -0,0 +1,21 @@
.page-id-2899 {
.wp-block-carhop-blocks-heading:has(+ #gform_wrapper_7) {
@apply !pb-0;
}
.wp-block-carhop-blocks-heading + #gform_wrapper_7 {
@apply !mt-2;
}
&:has(.gf_step_first.gf_step_active) {
.gf_page_steps {
@apply hidden;
}
}
.gform_page .wp-block-carhop-blocks-heading {
@apply pb-0;
}
.form-explanation {
@apply mt-12 max-w-2xl mx-auto !mb-0;
}
}