Compare commits

...

7 Commits

Author SHA1 Message Date
Antoine M
974a99359f STYLE mise à jour des styles pour h6 en commentant les marges
All checks were successful
continuous-integration/drone/push Build is passing
2025-10-02 14:27:12 +02:00
Antoine M
266ed23532 STYLE ajout de styles pour la grille de cartes avec bordure 2025-10-02 14:27:04 +02:00
Antoine M
9dd55a0475 CHORE Suppression d'une ligne vide dans chapter-section.css 2025-10-02 14:26:58 +02:00
Antoine M
a87003fd97 CHORE Handling spacing and padding 2025-10-02 14:26:45 +02:00
Antoine M
7e84aaab0f STYLE refining font-weight for title-small-impoertant 2025-10-02 14:26:16 +02:00
Antoine M
8248134ca0 FEATURE Handling new format type 2025-10-02 14:25:55 +02:00
Antoine M
de032e83b8 FIX moving scroll top to prevent errors in styles with first block in main 2025-10-02 14:25:40 +02:00
8 changed files with 28 additions and 5 deletions

View File

@ -104,5 +104,5 @@
<?php do_action('tailpress_content_start'); ?>
<main id="content" class="site-content flex-grow">
<?php get_template_part('template-parts/utils/scroll-top'); ?>
<?php get_template_part('template-parts/utils/scroll-top'); ?>
<main id="content" class="site-content flex-grow">

View File

@ -10,6 +10,7 @@
@import './base/filters.css';
@import './base/links.css';
@import './base/animation.css';
@import './base/format-types.css';
/* ########### FORMS ############ */
@import './forms/forms.css';

View File

@ -0,0 +1,3 @@
.uppercased-small-title {
@apply nunito font-bold text-xl tracking-wider uppercase;
}

View File

@ -64,7 +64,7 @@ body :is(h1, h2, h3, h4, h5, h6).title-small {
}
.title-small-important {
@apply !text-2xl !mb-6 !font-bold !tracking-wider !uppercase;
@apply !text-2xl !mb-6 !font-medium !tracking-wider !uppercase;
font-family: 'Nunito Sans', sans-serif !important;
}

View File

@ -3,7 +3,6 @@
@apply py-32 xl:py-32 2xl:py-48 px-4 md:px-12;
@apply max-w-screen-2xl mx-auto;
color: var(--content-box-text-color);
min-height: 60vh;
&:first-child {

View File

@ -9,3 +9,11 @@
letter-spacing: 0.05em;
}
}
.card-grid {
&--cards-with-border {
.content-card {
@apply py-16 px-12;
}
}
}

View File

@ -22,7 +22,8 @@
h6 {
@apply font-light uppercase tracking-wider max-w-4xl !text-5xl;
line-height: 1.2 !important;
@apply !mb-0 !pb-0;
/* @apply !mb-0 !pb-0; */
@apply !pb-0;
}
h1.has-text-align-center,

View File

@ -5,6 +5,17 @@
"contentSize": "960px",
"wideSize": "1280px"
},
"spacing": {
"blockGap": true,
"margin": {
"custom": true,
"individual": true
},
"padding": {
"custom": true,
"individual": true
}
},
"color": {
"defaultPalette": false,
"custom": false,