Compare commits

...

2 Commits

Author SHA1 Message Date
Antoine M
0a1e5ee7f8 FEATURE Ajouter le style pour la liste d'icônes dans les blocs
All checks were successful
continuous-integration/drone/push Build is passing
2025-12-11 15:36:18 +01:00
Antoine M
3eb1c1d3bc STYLE small css adaptation refinement 2025-12-11 15:35:53 +01:00
4 changed files with 4 additions and 1 deletions

View File

@ -82,6 +82,7 @@
@import './blocks/wp-block-heading.css';
@import './blocks/wp-block-list.css';
@import './blocks/wp-block-list-is-iconed-list.css';
@import './blocks/wp-block-table.css';
@import './blocks/wp-block-details.css';
@import './blocks/wp-block-image.css';

View File

@ -7,7 +7,7 @@ main {
/* Causing issues with the article sidebar index sticky positioning */
/* overflow-x: hidden; */
:last-child {
& > :last-child {
margin-bottom: 0px !important;
}
}

View File

@ -83,6 +83,8 @@
ul {
list-style: disc;
}
> ul {
padding-left: 1.5rem;
}
.carhop-heading:not(:first-child) {