diff --git a/src/components/CICD.small.vue b/src/components/CICD.small.vue index 6cdc97558aaa3a1655825f4fb8aaa2dad38d958b..88a23ff061d45f032923b18c728832a8f90e2ab6 100644 --- a/src/components/CICD.small.vue +++ b/src/components/CICD.small.vue @@ -224,7 +224,7 @@ <v-row id="icon-row"> <v-col cols="3" class="ci-bg pl-1col d-flex pt-8"> <div - class="w-100 ml-4 d-flex justify-content-center align-items-center position-relative" + class="w-100 d-flex justify-content-center align-items-center position-relative" > <div class="border icon-wrapper"> <ToolsIcon /> @@ -279,7 +279,7 @@ </v-col> <v-col cols="3" class="cd-bg pr-1col d-flex pt-8"> <div - class="w-100 mr-4 d-flex justify-content-center align-items-center position-relative" + class="w-100 d-flex justify-content-center align-items-center position-relative" > <div class="border icon-wrapper"> <RocketIcon />