Fix logo position — left of text, slightly larger
This commit is contained in:
parent
b797f665d8
commit
ec05af1b0e
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue