|
@@ -12,12 +12,15 @@
|
|
|
/>
|
|
/>
|
|
|
</v-row>
|
|
</v-row>
|
|
|
|
|
|
|
|
- <v-row class="mt-12">
|
|
|
|
|
- <v-col cols="4">
|
|
|
|
|
|
|
+ <v-container>
|
|
|
|
|
+ <v-row class="mt-12" no-gutters>
|
|
|
|
|
+ <v-col cols="12" lg="6" md="6" sm="6"
|
|
|
|
|
+ >
|
|
|
<div class="reunion-img"></div>
|
|
<div class="reunion-img"></div>
|
|
|
</v-col>
|
|
</v-col>
|
|
|
|
|
|
|
|
- <v-col cols="6">
|
|
|
|
|
|
|
+ <v-col cols="12" lg="6" md="6" sm="6"
|
|
|
|
|
+ >
|
|
|
<h3 class="formation-title">
|
|
<h3 class="formation-title">
|
|
|
Webinaire de découverte - Nouveaux utilisateurs
|
|
Webinaire de découverte - Nouveaux utilisateurs
|
|
|
</h3>
|
|
</h3>
|
|
@@ -37,6 +40,8 @@
|
|
|
</nuxt-link>
|
|
</nuxt-link>
|
|
|
</v-col>
|
|
</v-col>
|
|
|
</v-row>
|
|
</v-row>
|
|
|
|
|
+ </v-container>
|
|
|
|
|
+
|
|
|
</div>
|
|
</div>
|
|
|
<v-row>
|
|
<v-row>
|
|
|
<LayoutUISubTitle
|
|
<LayoutUISubTitle
|
|
@@ -93,6 +98,12 @@ const items = ref([
|
|
|
</script>
|
|
</script>
|
|
|
|
|
|
|
|
<style scoped>
|
|
<style scoped>
|
|
|
|
|
+
|
|
|
|
|
+.v-row{
|
|
|
|
|
+ max-width: 1600px;
|
|
|
|
|
+ margin-right: auto;
|
|
|
|
|
+ margin-left: auto;
|
|
|
|
|
+}
|
|
|
.carousel-button i {
|
|
.carousel-button i {
|
|
|
color: black;
|
|
color: black;
|
|
|
}
|
|
}
|
|
@@ -164,7 +175,6 @@ const items = ref([
|
|
|
margin-bottom: 3rem;
|
|
margin-bottom: 3rem;
|
|
|
}
|
|
}
|
|
|
.reunion-img {
|
|
.reunion-img {
|
|
|
- margin-left: 3rem;
|
|
|
|
|
width: 600px;
|
|
width: 600px;
|
|
|
height: 500px;
|
|
height: 500px;
|
|
|
background-position: center;
|
|
background-position: center;
|