We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76d0c8c commit 51e16b1Copy full SHA for 51e16b1
themes/gatsby-theme-deriv/src/pages/who-we-are/_OurOffices.tsx
@@ -77,8 +77,9 @@ const OurOffices = ({ our_locations }: TOurOffices) => {
77
{ left: '44.5%', top: '30.9%' },
78
{ left: '92.2%', top: '69.7%' },
79
{ left: '74.6%', top: '61%' },
80
- { left: '45.9%', top: '28%' },
+ { left: '45.7%', top: '29%' },
81
{ left: '78%', top: '48%' },
82
+ { left: '46.5%', top: '29.5%' },
83
]
84
const mobile_pins: MapPinType[] = [
85
{ left: '28.5%', top: '71%' },
@@ -99,8 +100,9 @@ const OurOffices = ({ our_locations }: TOurOffices) => {
99
100
{ left: '43%', top: '26.9%' },
101
{ left: '92.5%', top: '65.1%' },
102
{ left: '74.5%', top: '57.9%' },
- { left: '45.9%', top: '20%' },
103
+ { left: '45.7%', top: '20%' },
104
{ left: '76%', top: '45%' },
105
+ { left: '46.5%', top: '20%' },
106
107
const desktop = []
108
const mobile = []
0 commit comments