mirror of
https://github.com/Lissy93/web-check.git
synced 2025-06-19 19:28:00 +02:00
Fix header width on 404 page
This commit is contained in:
parent
ca5d43cea1
commit
6cb133a46a
@ -20,6 +20,10 @@ const AboutContainer = styled.div`
|
|||||||
color: ${colors.primary};
|
color: ${colors.primary};
|
||||||
}
|
}
|
||||||
.im-drink { font-size: 6rem; }
|
.im-drink { font-size: 6rem; }
|
||||||
|
header {
|
||||||
|
width: auto;
|
||||||
|
margin: 1rem;
|
||||||
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const HeaderLinkContainer = styled.nav`
|
const HeaderLinkContainer = styled.nav`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user