From e7307a0893d58567d201c53a2844bfcf012663d1 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Sirois Date: Mon, 31 May 2021 23:22:31 -0400 Subject: [PATCH] fix: invalid css --- src/components/HeaderBarebone/styles.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/HeaderBarebone/styles.tsx b/src/components/HeaderBarebone/styles.tsx index af22809..e6d31b6 100644 --- a/src/components/HeaderBarebone/styles.tsx +++ b/src/components/HeaderBarebone/styles.tsx @@ -138,7 +138,7 @@ export const StickyBox = styled.div` padding: 0px 0px 16px 30px; backdrop-filter: blur(14px); width: 100%; - font-size: 16px + font-size: 16px; @media screen and (max-width: 1200px) { max-width: 100%; @@ -190,7 +190,7 @@ export const StickyTitle = styled.h1` &.has-content-below { margin-bottom: 16px; - px; + } ` export const SingleTitle = styled(Title)`