Skip to content

Commit c0ff0fe

Browse files
committed
.
1 parent 43e790f commit c0ff0fe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ export default function Home() {
111111

112112

113113
<div>
114-
<div className={`text-sm text-o-gray w-full flex flex-row items-center flex-wrap ${
115-
index % 2 === 1 ? "justify-start" : "justify-end"
114+
<div className={`text-sm text-o-gray w-full flex flex-row items-center flex-wrap justify-start ${
115+
index % 2 === 1 ? "md:justify-start" : "md:justify-end"
116116
}`}
117117
>
118118
<Link href={publication.link} target={publication.link.startsWith('http') ? '_blank' : '_self'} className="animated-underline-gray mr-3 text-nowrap">

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ export default function Home() {
110110

111111

112112
<div>
113-
<div className={`text-sm text-o-gray w-full flex flex-row items-center flex-wrap ${
114-
index % 2 === 1 ? "justify-start" : "justify-end"
113+
<div className={`text-sm text-o-gray w-full flex flex-row items-center flex-wrap justify-start ${
114+
index % 2 === 1 ? "md:justify-start" : "md:justify-end"
115115
}`}
116116
>
117117
<Link href={publication.link} target={publication.link.startsWith('http') ? '_blank' : '_self'} className="animated-underline-gray mr-3 text-nowrap">

0 commit comments

Comments
 (0)