diff options
Diffstat (limited to 'src/components/Header')
| -rw-r--r-- | src/components/Header/index.styled.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Header/index.styled.ts b/src/components/Header/index.styled.ts index f06cb72..c66cd26 100644 --- a/src/components/Header/index.styled.ts +++ b/src/components/Header/index.styled.ts @@ -42,7 +42,7 @@ export const Logo = styled.h1` color: ${({ theme }) => theme.text}; font-family: "Roboto Serif", serif; text-transform: uppercase; - width: max-content; + text-align: center; -webkit-touch-callout: none; user-select: none; |
