margin et justify items pager /ressources

This commit is contained in:
2025-10-07 19:13:08 +02:00
parent 2318caa702
commit 950c531173
2 changed files with 4 additions and 4 deletions
@@ -10,7 +10,7 @@
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
justify-content: flex-start;
padding: 2rem;
width: 80%;
margin: auto;
@@ -106,7 +106,7 @@
display: flex !important;
flex-direction: column;
background-color: $white-button;
margin-bottom: 6rem;
margin: 1rem 1rem 6rem 1rem;
&:hover{
transform: scale(1.05);
transition: 0.3s transform ease, 0.3s box-shadow ease;