File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ export default async function HomePage() {
42
42
</ Suspense >
43
43
</ div >
44
44
</ div >
45
- < div className = "flex w-full flex-1 flex-col gap-y-40 pb-32 md:flex-row" >
45
+ < div className = "flex w-full flex-1 flex-col gap-y-5 pb-32 md:flex-row md:gap-y-40 " >
46
46
< div className = "flex flex-1" >
47
47
< div className = "mx-auto flex max-w-[500px] flex-1" >
48
48
< div className = "z-10 mx-10 flex flex-col md:flex-1" >
@@ -103,7 +103,7 @@ export default async function HomePage() {
103
103
{ goldExhibitorOne && (
104
104
< Link href = { `/student/exhibitors?id=${ goldExhibitorOne . id } ` } >
105
105
< Image
106
- className = "object-contain"
106
+ className = "h-10 object-contain md:h-20 "
107
107
src = { goldExhibitorOne . logo_squared ?? "" }
108
108
alt = { goldExhibitorOne . name }
109
109
width = { 200 }
@@ -115,7 +115,7 @@ export default async function HomePage() {
115
115
< Link href = { `/student/exhibitors?id=${ goldExhibitorTwo . id } ` } >
116
116
< div className = "rounded-lg bg-white/90" >
117
117
< Image
118
- className = "object-contain"
118
+ className = "h-10 object-contain md:h-20 "
119
119
src = { "/exhibitorLogo/NordeaBankLogo.png" }
120
120
alt = { goldExhibitorTwo . name }
121
121
width = { 200 }
You can’t perform that action at this time.
0 commit comments