Skip to content

Commit 230cd15

Browse files
committed
fixed logo+title alignment in header
1 parent 74203fd commit 230cd15

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

client/src/components/Header.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ const HeaderText = styled.a`
3535
letter-spacing: 2px;
3636
font-size: 24px;
3737
margin-bottom: 0px;
38+
display: flex;
39+
align-items: center;
40+
gap: 8px;
3841
}
3942
`;
4043

@@ -45,7 +48,6 @@ const HeaderBold = styled.span`
4548
const Logo = {
4649
height: "36px",
4750
width: "36px",
48-
marginTop: "-8px",
4951
};
5052

5153
export default function Header() {

0 commit comments

Comments
 (0)