We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0ff0fe commit 0a89b97Copy full SHA for 0a89b97
app/(default)/(research)/AutonomousDriving/page.tsx
@@ -183,7 +183,7 @@ export default function Home() {
183
184
{
185
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">
+ <div className="px-10 md:px-0 xl:px-20 w-full flex justify-center items-center relative mt-3">
187
<Link href={publication.link} target={publication.link.startsWith('http') ? '_blank' : '_self'}>
188
<Image
189
src={publication.image}
0 commit comments