File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9999 <!-- Premium sponsors section -->
100100 <div class =" flex flex-wrap md:flex-nowrap justify-center pb-2" >
101101 {#each images .premium as image }
102- <a class ="w-full md:w-auto md:flex-1 md:min-w-0 px-4 py-6 mx-4 flex items-center justify-center h-40" href ={image .link }>
102+ <a
103+ class =" w-full md:w-auto md:flex-1 md:min-w-0 px-4 py-6 mx-4 flex items-center justify-center h-40"
104+ href ={image .link }
105+ >
103106 <img src ={image .src } class ="h-full w-auto object-contain" alt ={image .alt } />
104107 </a >
105108 {/each }
110113 <!-- Medium sponsors section -->
111114 <div class =" flex flex-wrap md:flex-nowrap justify-center" >
112115 {#each images .medium as image }
113- <a class ="w-full md:w-auto md:flex-1 md:min-w-0 p-2 mx-3 my-2 flex items-center justify-center h-20" href ={image .link }>
116+ <a
117+ class =" w-full md:w-auto md:flex-1 md:min-w-0 p-2 mx-3 my-2 flex items-center justify-center h-20"
118+ href ={image .link }
119+ >
114120 <img src ={image .src } class ="h-full w-auto object-contain" alt ={image .alt } />
115121 </a >
116122 {/each }
121127 <!-- Starter sponsors section with specific height adjustment -->
122128 <div class =" flex flex-wrap md:flex-nowrap justify-center" >
123129 {#each images .starter as image }
124- <a class ="w-full md:w-auto md:flex-1 md:min-w-0 p-2 mx-3 my-1 flex items-center justify-center h-16" href ={image .link }>
130+ <a
131+ class =" w-full md:w-auto md:flex-1 md:min-w-0 p-2 mx-3 my-1 flex items-center justify-center h-16"
132+ href ={image .link }
133+ >
125134 <img src ={image .src } class ="h-full w-auto object-contain" alt ={image .alt } />
126135 </a >
127136 {/each }
You can’t perform that action at this time.
0 commit comments