mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-04 23:53:23 +00:00
fix(header): remove top margin and align to end
This commit is contained in:
parent
7bb9582795
commit
3bda77368b
@ -12,7 +12,7 @@ const Header = ({ selectedTag }: HeaderProps) => {
|
|||||||
display: 'flex',
|
display: 'flex',
|
||||||
justifyContent: 'space-between',
|
justifyContent: 'space-between',
|
||||||
paddingBottom: '25px',
|
paddingBottom: '25px',
|
||||||
marginTop: '4.4rem',
|
alignItems: 'end',
|
||||||
}}
|
}}
|
||||||
className="header-container"
|
className="header-container"
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user