design: remove side text and increase logo size

This commit is contained in:
2026-06-25 05:39:02 +05:30
parent 65768ed007
commit 010f7f6f5b

View File

@@ -260,12 +260,8 @@ export const LoginPage: React.FC = () => {
</div> </div>
{/* Top: Brand Header */} {/* Top: Brand Header */}
<div className="flex items-center gap-4 z-10"> <div className="flex items-center z-10">
<img src={ritLogo} alt="RIT Logo" className="h-12 w-auto object-contain bg-white/95 p-2 rounded-xl" /> <img src={ritLogo} alt="RIT Logo" className="h-20 w-auto object-contain bg-white/95 p-3 rounded-2xl shadow-sm" />
<div>
<h3 className="text-base font-black tracking-wide leading-none">RAJALAKSHMI</h3>
<span className="text-[9px] font-bold text-slate-300 uppercase tracking-widest leading-none">Institute of Technology</span>
</div>
</div> </div>
{/* Middle: Feature list / value proposition */} {/* Middle: Feature list / value proposition */}