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',
|
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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue