File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 3636 <div
3737 class =" row no-gutters align-items-center font-4 text-grey pointer"
3838 >
39- <NuxtLink to =" /company " > Contact </NuxtLink >
39+ <NuxtLink to =" /contact " > Contact </NuxtLink >
4040 </div >
4141 </div >
4242 </div >
Original file line number Diff line number Diff line change 1313 v-for =" (mentor, index) in mentors"
1414 :key =" index"
1515 >
16- <div class =" s-150x150 round" >
16+ <div class =" s-150x150 round d-sm-block d-none " >
1717 <img :src =" mentor.img" />
1818 </div >
19- <div class =" flex-1 pl-30" >
19+ <div class =" flex-1 pl-sm-30" >
20+ <div class =" s-100x100 round mb-20 d-sm-none d-block" >
21+ <img :src =" mentor.img" />
22+ </div >
2023 <div class =" heading-6 bold" >{{ mentor.name }}</div >
2124 <div class =" mt-10 mb-20 font-2 orange" >{{ mentor.contact }}</div >
2225 <div class =" font-4" >
You can’t perform that action at this time.
0 commit comments