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', textDecoration: 'none',
flexShrink: 0, flexShrink: 0,
lineHeight: 1, lineHeight: 1,
direction: 'ltr',
}} }}
> >
<img <div style={{ display: 'flex', flexDirection: 'column', gap: 5 }}>
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' }}>
<span <span
style={{ style={{
fontSize: 19, fontSize: 19,
@ -217,6 +210,13 @@ export default function Header() {
FUTURE STEEL POLICY INSTITUTE FUTURE STEEL POLICY INSTITUTE
</span> </span>
</div> </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> </NavLink>
{/* ── Center: Nav (desktop only) ── */} {/* ── Center: Nav (desktop only) ── */}