Skip to content

Commit 0a89b97

Browse files
committed
.
1 parent c0ff0fe commit 0a89b97

File tree

1 file changed

+1
-1
lines changed
  • app/(default)/(research)/AutonomousDriving

1 file changed

+1
-1
lines changed

app/(default)/(research)/AutonomousDriving/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ export default function Home() {
183183

184184
{
185185
publication.timeline.includes("highlight") && (
186-
<div className="px-20 md:px-0 xl:px-20 w-full flex justify-center items-center relative mt-3">
186+
<div className="px-10 md:px-0 xl:px-20 w-full flex justify-center items-center relative mt-3">
187187
<Link href={publication.link} target={publication.link.startsWith('http') ? '_blank' : '_self'}>
188188
<Image
189189
src={publication.image}

0 commit comments

Comments
 (0)