Skip to content

Commit 95193d3

Browse files
committed
fix: in person study visits
1 parent 89538d8 commit 95193d3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,13 +262,13 @@ const HomePage: React.FC<EventItem> = ({ slug, frontMatter }) => {
262262

263263
<motion.div
264264
variants={WidthFramerItem}
265-
className='absolute inset-0 max-w-[78%] rounded-full bg-blue-600'
265+
className='absolute inset-0 max-w-[84%] rounded-full bg-blue-600'
266266
/>
267267
<motion.div
268268
variants={FadeFramerItem}
269269
className='completed-study-text'
270270
>
271-
<span className='block text-xl font-bold'>3,140+</span>
271+
<span className='block text-xl font-bold'>3,345+</span>
272272
<span className='max-w-[180px] text-[16px] font-normal max-md:max-w-[140px]'>
273273
participants completed in-person study visit
274274
</span>

src/styles/globals.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
bottom: 85px;
163163
left: calc(99% - 12px);
164164
z-index: 4;
165-
width: 240px;
165+
width: 150px;
166166
}
167167

168168
.completed-consent-text > span {
@@ -187,9 +187,9 @@
187187

188188
.completed-study-text {
189189
position: absolute;
190-
left: calc(78% - 12px);
190+
left: calc(84% - 12px);
191191
z-index: 4;
192-
width: 240px;
192+
width: 150px;
193193
bottom: 85px;
194194
}
195195

0 commit comments

Comments
 (0)