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', textDecoration: 'none',
flexShrink: 0, flexShrink: 0,
lineHeight: 1, lineHeight: 1,
direction: 'ltr',
}} }}
> >
<img <img
src="/logo.png" src="/logo.png"
alt="اندیشکده فولاد آینده" alt="اندیشکده فولاد آینده"
style={{ height: 44, width: 'auto', display: 'block', flexShrink: 0 }} style={{ height: 52, width: 'auto', display: 'block', flexShrink: 0 }}
className="max-md:h-[36px]" className="max-md:h-[40px]"
/> />
<div style={{ display: 'flex', flexDirection: 'column', gap: 5 }}> <div style={{ display: 'flex', flexDirection: 'column', gap: 5, direction: 'rtl' }}>
<span <span
style={{ style={{
fontSize: 19, fontSize: 19,