|
@@ -15,7 +15,7 @@
|
|
|
:key="index"
|
|
:key="index"
|
|
|
class="mission-container"
|
|
class="mission-container"
|
|
|
>
|
|
>
|
|
|
- <v-row class="title-container">
|
|
|
|
|
|
|
+ <div class="title-container">
|
|
|
<NuxtLink
|
|
<NuxtLink
|
|
|
:to="`/nous-rejoindre/${job.id}`"
|
|
:to="`/nous-rejoindre/${job.id}`"
|
|
|
class="title"
|
|
class="title"
|
|
@@ -34,7 +34,7 @@
|
|
|
>
|
|
>
|
|
|
En savoir plus
|
|
En savoir plus
|
|
|
</v-btn>
|
|
</v-btn>
|
|
|
- </v-row>
|
|
|
|
|
|
|
+ </div>
|
|
|
|
|
|
|
|
<v-row class="location-container">
|
|
<v-row class="location-container">
|
|
|
<v-icon icon="fas fa-map-marker" />
|
|
<v-icon icon="fas fa-map-marker" />
|
|
@@ -56,7 +56,7 @@
|
|
|
</v-col>
|
|
</v-col>
|
|
|
</v-row>
|
|
</v-row>
|
|
|
|
|
|
|
|
- <v-row class="ml-6 mb-6">
|
|
|
|
|
|
|
+ <v-row class="mb-6">
|
|
|
<v-col cols="12">
|
|
<v-col cols="12">
|
|
|
<p class="apply-now">
|
|
<p class="apply-now">
|
|
|
Nous sommes toujours à la recherche de nouveaux talents. N'hésitez pas
|
|
Nous sommes toujours à la recherche de nouveaux talents. N'hésitez pas
|
|
@@ -182,6 +182,11 @@ const onFormSubmit = () => {
|
|
|
height: 80px;
|
|
height: 80px;
|
|
|
padding: 10px 10px 10px 1px;
|
|
padding: 10px 10px 10px 1px;
|
|
|
|
|
|
|
|
|
|
+ @media (max-width: 600px) {
|
|
|
|
|
+ flex-direction: column;
|
|
|
|
|
+ height: auto;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
.title {
|
|
.title {
|
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
|
font-size: 1.5rem;
|
|
font-size: 1.5rem;
|
|
@@ -189,6 +194,13 @@ const onFormSubmit = () => {
|
|
|
color: var(--on-primary-color);
|
|
color: var(--on-primary-color);
|
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
|
margin-left: 36px;
|
|
margin-left: 36px;
|
|
|
|
|
+
|
|
|
|
|
+ @media (max-width: 600px) {
|
|
|
|
|
+ font-size: 1.2rem;
|
|
|
|
|
+ margin-left: auto;
|
|
|
|
|
+ margin-right: auto;
|
|
|
|
|
+ width: 90%;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.star {
|
|
.star {
|
|
@@ -202,6 +214,10 @@ const onFormSubmit = () => {
|
|
|
margin-right: 8px;
|
|
margin-right: 8px;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
|
|
+
|
|
|
|
|
+ @media (max-width: 600px) {
|
|
|
|
|
+ margin: 12px auto;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -221,6 +237,10 @@ const onFormSubmit = () => {
|
|
|
margin-left: 10px;
|
|
margin-left: 10px;
|
|
|
font-size: 1.3rem;
|
|
font-size: 1.3rem;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ @media (max-width: 600px) {
|
|
|
|
|
+ margin: 0 auto 12px auto;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -238,6 +258,11 @@ const onFormSubmit = () => {
|
|
|
margin-left: auto;
|
|
margin-left: auto;
|
|
|
margin-right: auto;
|
|
margin-right: auto;
|
|
|
font-weight: 700;
|
|
font-weight: 700;
|
|
|
|
|
+
|
|
|
|
|
+ @media (max-width: 600px) {
|
|
|
|
|
+ width: 80%;
|
|
|
|
|
+ margin: 12px auto;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.apply-now {
|
|
.apply-now {
|
|
@@ -248,6 +273,12 @@ const onFormSubmit = () => {
|
|
|
line-height: 40px;
|
|
line-height: 40px;
|
|
|
color: var(--primary-color);
|
|
color: var(--primary-color);
|
|
|
margin-bottom: 2rem;
|
|
margin-bottom: 2rem;
|
|
|
|
|
+ margin-left: 24px;
|
|
|
|
|
+
|
|
|
|
|
+ @media (max-width: 600px) {
|
|
|
|
|
+ max-width: 90%;
|
|
|
|
|
+ margin: 12px auto;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.v-dialog {
|
|
.v-dialog {
|