From a27c77e16c4e07716e382bff1619838419669509 Mon Sep 17 00:00:00 2001 From: Simeon Pursiainen Date: Thu, 11 Sep 2025 20:45:14 +0300 Subject: [PATCH] New visual --- src/components/Navigation.tsx | 2 +- src/components/NavigationMobile.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Navigation.tsx b/src/components/Navigation.tsx index f7561f6..d960f63 100644 --- a/src/components/Navigation.tsx +++ b/src/components/Navigation.tsx @@ -19,7 +19,7 @@ export const renderNavigationItems = (mobile = false): JSX.Element => ( Kuvagalleria Kilta-avustus - + Fukseille For Freshmen For Exchange/MSc students diff --git a/src/components/NavigationMobile.tsx b/src/components/NavigationMobile.tsx index 85531e5..956f675 100644 --- a/src/components/NavigationMobile.tsx +++ b/src/components/NavigationMobile.tsx @@ -4,8 +4,8 @@ import colors from "@theme/colors"; import { renderNavigationItems } from "./Navigation"; const Nav = styled.nav` - padding: 1rem 2rem; - + padding: 1rem 1rem; + padding-bottom: 20rem; a { fill: ${colors.lightBlue}; color: ${colors.lightBlue};