mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-04 15:43:35 +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',
|
||||
justifyContent: 'space-between',
|
||||
paddingBottom: '25px',
|
||||
marginTop: '4.4rem',
|
||||
alignItems: 'end',
|
||||
}}
|
||||
className="header-container"
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user