|
|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<AnchoredSection id="about">
|
|
|
<LayoutContainer>
|
|
|
- <v-row class="mt-12 center-90">
|
|
|
+ <v-row class="my-12 center-90">
|
|
|
<v-col cols="12" lg="4">
|
|
|
<LayoutUISubTitle>
|
|
|
Qui sommes-nous ?
|
|
|
@@ -18,7 +18,7 @@
|
|
|
</v-row>
|
|
|
|
|
|
<v-row class="history mb-12">
|
|
|
- <v-col md="6">
|
|
|
+ <v-col cols="12" md="6">
|
|
|
<v-img
|
|
|
src="/images/about/passion.jpg"
|
|
|
alt="Entretien dans un bureau entre un homme et une femme de dos"
|
|
|
@@ -26,7 +26,7 @@
|
|
|
/>
|
|
|
</v-col>
|
|
|
|
|
|
- <v-col md="6">
|
|
|
+ <v-col cols="12" md="6">
|
|
|
<h3>
|
|
|
Une histoire de passionnés
|
|
|
</h3>
|
|
|
@@ -76,7 +76,6 @@ import AnchoredSection from "~/components/Layout/AnchoredSection.vue";
|
|
|
|
|
|
<style scoped lang="scss">
|
|
|
.italic-title {
|
|
|
- text-align: justify;
|
|
|
font-style: italic;
|
|
|
font-weight: 300;
|
|
|
font-size: 34px;
|
|
|
@@ -99,12 +98,17 @@ import AnchoredSection from "~/components/Layout/AnchoredSection.vue";
|
|
|
margin-left: auto;
|
|
|
margin-right: auto;
|
|
|
|
|
|
+ .v-col-12 {
|
|
|
+ padding: 0 5%;
|
|
|
+ }
|
|
|
+
|
|
|
.v-img {
|
|
|
background-repeat: no-repeat;
|
|
|
background-position: center;
|
|
|
- width: 400px;
|
|
|
+ width: 100%;
|
|
|
height: 100%;
|
|
|
border-radius: 20px;
|
|
|
+ margin: 0 auto;
|
|
|
|
|
|
@media (max-width: 600px) {
|
|
|
width: 90%;
|
|
|
@@ -134,11 +138,9 @@ import AnchoredSection from "~/components/Layout/AnchoredSection.vue";
|
|
|
}
|
|
|
|
|
|
p {
|
|
|
- text-align: justify;
|
|
|
font-weight: 300;
|
|
|
font-size: 16px;
|
|
|
line-height: 20px;
|
|
|
- width: 30rem;
|
|
|
margin-bottom: 2rem;
|
|
|
|
|
|
@media (max-width: 600px) {
|