fix(header): remove top margin and align to end

This commit is contained in:
RadoslavDimchev 2024-02-05 22:41:57 +02:00 committed by Radoslav Dimchev
parent 7bb9582795
commit 3bda77368b

View File

@ -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"
> >