Преглед изворни кода

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

Vincent пре 11 месеци
родитељ
комит
383faf36d5
1 измењених фајлова са 2 додато и 2 уклоњено
  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>