ajout des images sur les services

This commit is contained in:
toine 2025-10-05 15:14:24 +02:00
parent 9737caff99
commit cdb70ca5ea
7 changed files with 19 additions and 2 deletions

View file

@ -84,6 +84,8 @@
background: var(--color-accent-600);
border: 1px solid var(--color-accent-100, #ffe4d6);
box-shadow: inset 0 0 0 2px rgba(255, 107, 53, 0.08);
position: relative;
overflow: hidden;
}
.feature__title {
@ -144,6 +146,8 @@
background: var(--color-accent-50, #fff4ec);
border: 1px solid var(--color-accent-100, #ffe4d6);
box-shadow: inset 0 0 0 2px rgba(255, 107, 53, 0.08);
position: relative;
overflow: hidden;
}
.feature__title {