浏览代码

correction navigation

Maha Bouchiba 2 年之前
父节点
当前提交
c8b85273e3
共有 1 个文件被更改,包括 5 次插入1 次删除
  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;