File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -31,14 +31,18 @@ function Footer() {
3131 members can learn, collaborate, and grow their coding expertise
3232 through a variety of activities and events.
3333 </ p >
34- < div className = "flex flex-col sm:flex-row items-center sm:items-start gap-4 sm: gap-4 md:w-full" >
34+ < div className = "flex flex-col sm:flex-row items-center gap-4 md:w-full" >
3535 < img
3636 src = { SitLogo }
3737 alt = "Symbiosis Logo"
38- className = "h-10 md:h-12"
38+ className = "h-12"
39+ />
40+ < div className = "hidden sm:block w-px h-12 bg-secondary-light" > </ div >
41+ < img
42+ src = { Logo }
43+ alt = "CodeX Logo"
44+ className = "h-16 md:h-20 self-center"
3945 />
40- < div className = "hidden sm:block w-px h-10 bg-secondary-light" />
41- < img src = { Logo } alt = "CodeX Logo" className = "h-10 md:h-12" />
4246 </ div >
4347 </ div >
4448
You can’t perform that action at this time.
0 commit comments