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; }