diff --git a/Style/listStyle.css b/Style/listStyle.css index 3167608..bfe50c9 100644 --- a/Style/listStyle.css +++ b/Style/listStyle.css @@ -32,15 +32,20 @@ body { background-color: #ffffff; box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1); } + + col{ + padding-right: 15; + } .col-1 { flex-basis: 15%; } .col-2 { - flex-basis: 50%; + flex-basis: 45%; } .col-3 { flex-basis: 10%; + margin-right: 10; } .col-4 { flex-basis: 15%; diff --git a/Vues/accueil.php b/Vues/accueil.php index e7c45ac..b86d219 100644 --- a/Vues/accueil.php +++ b/Vues/accueil.php @@ -77,12 +77,30 @@