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