Browse Source

V8-7070: Ajout d'une marge de 80px entre les blocs partenaires

Vincent 11 months ago
parent
commit
383faf36d5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      components/Partnerships/Partners.vue

+ 2 - 2
components/Partnerships/Partners.vue

@@ -62,7 +62,7 @@ const articles: Ref<Array<Article>> = ref([
   justify-content: center;
   align-items: center;
 }
-.benefits {
-  margin-bottom: 50px;
+.benefits:not(:last-child) {
+  margin-bottom: 80px;
 }
 </style>