From c5fa183ba4f38931be7203d700df7f361443d127 Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Wed, 13 Jan 2021 23:26:28 +0100 Subject: [PATCH] Update about page styles --- pages/about.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pages/about.tsx b/pages/about.tsx index 62e95ed..f9b9454 100644 --- a/pages/about.tsx +++ b/pages/about.tsx @@ -26,7 +26,7 @@ const Wrapper = styled.div<{ dark: boolean }>` } h1 { - font-size: 1.5rem; + font-size: 1.7rem; } .content { @@ -51,6 +51,10 @@ const Wrapper = styled.div<{ dark: boolean }>` align-items: center; justify-content: flex-start; + * { + user-select: none; + } + @media (max-width: 768px) { column-gap: 0.5rem; }