Fix logo position — left of text, slightly larger

This commit is contained in:
alireza 2026-06-01 09:10:02 +03:30
parent b797f665d8
commit ec05af1b0e
1 changed files with 4 additions and 3 deletions

View File

@ -181,15 +181,16 @@ export default function Header() {
textDecoration: 'none',
flexShrink: 0,
lineHeight: 1,
direction: 'ltr',
}}
>
<img
src="/logo.png"
alt="اندیشکده فولاد آینده"
style={{ height: 44, width: 'auto', display: 'block', flexShrink: 0 }}
className="max-md:h-[36px]"
style={{ height: 52, width: 'auto', display: 'block', flexShrink: 0 }}
className="max-md:h-[40px]"
/>
<div style={{ display: 'flex', flexDirection: 'column', gap: 5 }}>
<div style={{ display: 'flex', flexDirection: 'column', gap: 5, direction: 'rtl' }}>
<span
style={{
fontSize: 19,