design: remove side text and increase logo size
This commit is contained in:
@@ -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 */}
|
||||||
|
|||||||
Reference in New Issue
Block a user