This commit is contained in:
2026-04-07 22:02:43 +02:00
parent 3f3f939267
commit e320feb2d7
17 changed files with 268 additions and 139 deletions

View File

@@ -348,7 +348,6 @@
.fiche_header_wp {
display: grid;
@media (min-width: 0px) and (max-width: 600px) {
grid-template-columns: 1fr;
grid-template-rows: auto 510px 20px 200px;
@@ -773,7 +772,7 @@
.description_wp {
display: flex;
justify-content: center;
padding-bottom: 70px;
padding-bottom: 40px;
padding-left: 10px;
padding-right: 10px;
> * {
@@ -792,10 +791,10 @@
.img-gallery {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 520px));
grid-template-columns: repeat(auto-fit, minmax(220px, 502px));
gap: 1rem;
justify-content: center;
margin-top: 1.5rem;
margin-top: 10px;
width: 100%;
}