UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 28b30438 authored by Jeremy Twidt's avatar Jeremy Twidt
Browse files

Merge branch 'BULL-200' into 'master'

fixed centering and typo

See merge request platform-one/private/bullhorn/platform1-site!149
parents c44bdb94 9fdf2401
No related branches found
Tags v0.4.21
No related merge requests found
......@@ -107,22 +107,21 @@
</div>
</div>
<Wave class="values-container dark">
<div class="container justify-content-center col-md-8">
<div class="container col-md-8">
<div class="row justify-content-center">
<h2>MEET THE LEADERSHIP TEAM</h2>
</div>
<div class="row justify-content-center" v-if="isNotMobile()">
<div class="row" v-if="isNotMobile()">
<v-container fluid>
<v-row dense>
<v-col v-for="card in cards" :key="card.name" :cols="card.flex">
>
<router-link
tag="div"
:to="`/who-we-are/leadership/#${card.id_tag}`"
class="image-wrapper px-4 mt-4 text-left justify-content-center"
class="image-wrapper px-4 mt-4"
>
<img
class="img-fluid"
<v-img
class="img-fluid mx-auto"
:src="getImageUrl(card.img)"
:alt="card.name"
:width="card.width"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment