File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
<!-- About page clients section -->
3
3
<div class =" mt-10 sm:mt-20" >
4
4
<p
5
- class =" text-2xl sm:text-4xl text-primary-dark dark:text-primary-light font-sans font-semibold "
5
+ class =" font-general-medium text-2xl sm:text-3xl text-primary-dark dark:text-primary-light"
6
6
>
7
7
{{ clientsHeading }}
8
8
</p >
9
- <div class =" grid grid-cols-2 sm:grid-cols-4 mt-10 sm:mt-20 gap-2" >
9
+ <div class =" grid grid-cols-2 sm:grid-cols-4 mt-10 sm:mt-14 gap-2" >
10
10
<AboutClientSingle
11
11
v-for =" client in clients"
12
12
:key =" client.id"
@@ -25,7 +25,7 @@ export default {
25
25
},
26
26
data : () => {
27
27
return {
28
- clientsHeading: ' Some of the brands I worked with' ,
28
+ clientsHeading: ' Some of the brands I have worked with' ,
29
29
clients: [
30
30
{
31
31
id: 1 ,
Original file line number Diff line number Diff line change 2
2
<div class =" mt-10 sm:mt-20 bg-primary-light dark:bg-ternary-dark shadow-sm" >
3
3
<!-- About me counters -->
4
4
<div
5
- class =" container mx-auto py-20 block sm:flex sm:justify-between sm:items-center"
5
+ class =" font-general-medium container mx-auto py-20 block sm:flex sm:justify-between sm:items-center"
6
6
>
7
7
<!-- About me single counter -->
8
8
<div class =" mb-20 sm:mb-0" >
Original file line number Diff line number Diff line change 15
15
<p
16
16
v-for =" bio in bios"
17
17
:key =" bio.id"
18
- class =" mb-4 text-ternary-dark dark:text-ternary-light text-lg"
18
+ class =" font-general-medium mb-4 text-ternary-dark dark:text-ternary-light text-lg"
19
19
>
20
20
{{ bio.bio }}
21
21
</p >
You can’t perform that action at this time.
0 commit comments