Compare commits

...

7 Commits

Author SHA1 Message Date
Simeon Pursiainen 6494647ec9 Merge branch 'master' into 'New_visual'
# Conflicts:
#   src/components/Navigation.tsx
2025-09-11 20:37:57 +03:00
SimeonPursiainen 3e7cd87f97 Fixed mobile scrolling + 404 site not found 2025-09-11 20:34:19 +03:00
SimeonPursiainen 1f72bfbf05 Changes to page setup 2025-09-11 19:57:40 +03:00
jadera eb1348445f removed social links from navbar to footer, cleaned up navbar on mobile 2025-09-11 00:18:13 +03:00
jadera dc1d641c17 teipattu mobile menu scrollaus takas. syypää on blockscroll.tsx ja tää teippaa sen 2025-09-10 22:21:30 +03:00
jadera 45dc2ed3b8 rako poistettu navigationin dropdown hommeli 2025-09-10 22:20:28 +03:00
Justus Ojala 7c23bc5103 Moved new student stuff under new dropdown 2025-09-10 17:14:45 +03:00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ export const renderNavigationItems = (mobile = false): JSX.Element => (
<NavbarChildLink to="https://sik.kuvat.fi">Kuvagalleria</NavbarChildLink>
<NavbarChildLink to="/kilta/kilta-avustus">Kilta-avustus</NavbarChildLink>
</NavbarDropdownLink>
<NavbarDropdownLink to="/newStudent" text="New students " exploded={mobile}>
<NavbarDropdownLink to="/" text="New students " exploded={mobile}>
<NavbarChildLink to="/newStudent/fuksi">Fukseille</NavbarChildLink>
<NavbarChildLink to="/newStudent/fukseille_en">For Freshmen</NavbarChildLink>
<NavbarChildLink to="/newStudent/forExchangers">For Exchange/MSc students</NavbarChildLink>
+2 -2
View File
@@ -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};