Compare commits
7 Commits
production
...
New_visual
| Author | SHA1 | Date | |
|---|---|---|---|
| 6494647ec9 | |||
| 3e7cd87f97 | |||
| 1f72bfbf05 | |||
| eb1348445f | |||
| dc1d641c17 | |||
| 45dc2ed3b8 | |||
| 7c23bc5103 |
@@ -19,7 +19,7 @@ export const renderNavigationItems = (mobile = false): JSX.Element => (
|
|||||||
<NavbarChildLink to="https://sik.kuvat.fi">Kuvagalleria</NavbarChildLink>
|
<NavbarChildLink to="https://sik.kuvat.fi">Kuvagalleria</NavbarChildLink>
|
||||||
<NavbarChildLink to="/kilta/kilta-avustus">Kilta-avustus</NavbarChildLink>
|
<NavbarChildLink to="/kilta/kilta-avustus">Kilta-avustus</NavbarChildLink>
|
||||||
</NavbarDropdownLink>
|
</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/fuksi">Fukseille</NavbarChildLink>
|
||||||
<NavbarChildLink to="/newStudent/fukseille_en">For Freshmen</NavbarChildLink>
|
<NavbarChildLink to="/newStudent/fukseille_en">For Freshmen</NavbarChildLink>
|
||||||
<NavbarChildLink to="/newStudent/forExchangers">For Exchange/MSc students</NavbarChildLink>
|
<NavbarChildLink to="/newStudent/forExchangers">For Exchange/MSc students</NavbarChildLink>
|
||||||
|
|||||||
@@ -4,8 +4,8 @@ import colors from "@theme/colors";
|
|||||||
import { renderNavigationItems } from "./Navigation";
|
import { renderNavigationItems } from "./Navigation";
|
||||||
|
|
||||||
const Nav = styled.nav`
|
const Nav = styled.nav`
|
||||||
padding: 1rem 2rem;
|
padding: 1rem 1rem;
|
||||||
|
padding-bottom: 20rem;
|
||||||
a {
|
a {
|
||||||
fill: ${colors.lightBlue};
|
fill: ${colors.lightBlue};
|
||||||
color: ${colors.lightBlue};
|
color: ${colors.lightBlue};
|
||||||
|
|||||||
Reference in New Issue
Block a user