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