Maha Bouchiba
2 years ago
|
|
@@ -6,8 +6,6 @@
|
|
|
<v-img
|
|
|
class="logo"
|
|
|
src="/images/Opentalent.png"
|
|
|
- width="294px"
|
|
|
- height="49px"
|
|
|
></v-img>
|
|
|
</nuxt-link>
|
|
|
</v-col>
|
|
|
@@ -43,7 +41,8 @@
|
|
|
|
|
|
<style scoped>
|
|
|
.logo {
|
|
|
- height: 3rem;
|
|
|
+ height: 4.5rem;
|
|
|
+ height: 5rem;
|
|
|
}
|
|
|
.custom-row {
|
|
|
padding: 0 4rem;
|
|
|
@@ -53,7 +52,7 @@
|
|
|
font-family: "Barlow";
|
|
|
font-style: normal;
|
|
|
font-weight: 700;
|
|
|
- font-size: 10px;
|
|
|
+ font-size: .7rem;
|
|
|
line-height: 15px;
|
|
|
}
|
|
|
|
|
|
@@ -74,19 +73,16 @@
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
background-color: #ffffff;
|
|
|
- height: 80px;
|
|
|
+ height: 100%;
|
|
|
margin-top: 10px;
|
|
|
}
|
|
|
|
|
|
.menu-link {
|
|
|
text-decoration: none;
|
|
|
- width: 75px;
|
|
|
- height: 15px;
|
|
|
- padding: 13px;
|
|
|
+ padding: 1.1rem;
|
|
|
font-weight: 500;
|
|
|
- font-size: 12px;
|
|
|
- line-height: 15px;
|
|
|
- letter-spacing: 0.25em;
|
|
|
+ font-size: .85rem;
|
|
|
+ letter-spacing: 0.2em;
|
|
|
text-transform: uppercase;
|
|
|
color: #0e2d32;
|
|
|
margin-right: 4px;
|
|
|
@@ -98,7 +94,7 @@
|
|
|
align-items: center;
|
|
|
padding: 25px;
|
|
|
font-weight: 700;
|
|
|
- font-size: 0.7rem;
|
|
|
+ font-size: 0.8rem;
|
|
|
line-height: 15px;
|
|
|
border-radius: 6px;
|
|
|
}
|
|
|
@@ -113,8 +109,6 @@
|
|
|
}
|
|
|
|
|
|
.btn-contact {
|
|
|
- width: 196px;
|
|
|
- height: 15px;
|
|
|
letter-spacing: 0.18em;
|
|
|
text-transform: uppercase;
|
|
|
color: #0e2d32;
|