1

Corrections pour les petites résolutions

This commit is contained in:
2026-02-21 16:21:59 +01:00
parent a7f539ceb4
commit d5a97d990c
3 changed files with 222 additions and 12 deletions

View File

@@ -944,5 +944,6 @@ body > main.home-main > section.home-collections.collections-section > div > art
/* Le carrousel des collections ne doit pas élargir le viewport mobile. */
html:has(body > main.home-main > section.home-collections.collections-section),
body:has(> main.home-main > section.home-collections.collections-section) {
overflow-x: hidden;
overflow-x: clip;
}