File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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" >
Original file line number Diff line number Diff 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" >
You can’t perform that action at this time.
0 commit comments