Jelajahi Sumber

correction navigation

Maha Bouchiba 2 tahun lalu
induk
melakukan
c8b85273e3
1 mengubah file dengan 5 tambahan dan 1 penghapusan
  1. 5 1
      components/Layout/Navigation.vue

+ 5 - 1
components/Layout/Navigation.vue

@@ -16,7 +16,7 @@
         <div class="colored-square"></div>
       </v-col>
       <!-- Menu Links -->
-      <v-col cols="6">
+      <v-col cols="5">
         <!-- Menu déroulant logiciels -->
         <v-menu open-on-hover>
           <template v-slot:activator="{ props }">
@@ -165,6 +165,10 @@ const aboutLinks = ref([
   color: #0e2d32;
   text-decoration: none !important;
 }
+
+.menu-list{
+  padding: 0 2rem;
+}
 .link-style {
   font-family: "Barlow";
   font-style: normal;