Fix of overflow issue with because of the padding in .experience-card
This commit is contained in:
parent
fdc39d3928
commit
59538b6f17
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user