Logo right of text, shifted up 8px

This commit is contained in:
alireza 2026-06-01 09:12:06 +03:30
parent ec05af1b0e
commit f68757eebd
1 changed files with 8 additions and 8 deletions

View File

@ -181,16 +181,9 @@ export default function Header() {
textDecoration: 'none',
flexShrink: 0,
lineHeight: 1,
direction: 'ltr',
}}
>
<img
src="/logo.png"
alt="اندیشکده فولاد آینده"
style={{ height: 52, width: 'auto', display: 'block', flexShrink: 0 }}
className="max-md:h-[40px]"
/>
<div style={{ display: 'flex', flexDirection: 'column', gap: 5, direction: 'rtl' }}>
<div style={{ display: 'flex', flexDirection: 'column', gap: 5 }}>
<span
style={{
fontSize: 19,
@ -217,6 +210,13 @@ export default function Header() {
FUTURE STEEL POLICY INSTITUTE
</span>
</div>
<img
src="/logo.png"
alt=""
aria-hidden="true"
style={{ height: 52, width: 'auto', display: 'block', flexShrink: 0, marginTop: -8 }}
className="max-md:h-[40px]"
/>
</NavLink>
{/* ── Center: Nav (desktop only) ── */}