Fix of overflow issue with because of the padding in .experience-card

This commit is contained in:
Giovanni-Josserand 2025-11-06 19:32:21 +01:00
parent fdc39d3928
commit 59538b6f17

View File

@ -1,8 +1,8 @@
.experience-card {
position: relative;
width: 100%;
width: 90%;
margin-bottom: 3rem;
padding: 1.5rem;
padding: 1.5em;
display: flex;
gap: 6rem;
justify-content: center;