We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74203fd commit 230cd15Copy full SHA for 230cd15
client/src/components/Header.tsx
@@ -35,6 +35,9 @@ const HeaderText = styled.a`
35
letter-spacing: 2px;
36
font-size: 24px;
37
margin-bottom: 0px;
38
+ display: flex;
39
+ align-items: center;
40
+ gap: 8px;
41
}
42
`;
43
@@ -45,7 +48,6 @@ const HeaderBold = styled.span`
45
48
const Logo = {
46
49
height: "36px",
47
50
width: "36px",
- marginTop: "-8px",
51
};
52
53
export default function Header() {
0 commit comments