diff --git a/src/lib/nav.svelte b/src/lib/nav.svelte index a3112a2..f55dd17 100644 --- a/src/lib/nav.svelte +++ b/src/lib/nav.svelte @@ -7,7 +7,7 @@ pngPath: "/images/nav/home_icon-25.png" }, { - title: "PIS", + title: "PIS Finder", path: "/pis", svgPath: "", pngPath: "" diff --git a/src/routes/more/+page.svelte b/src/routes/more/+page.svelte index 559125a..a1777ae 100644 --- a/src/routes/more/+page.svelte +++ b/src/routes/more/+page.svelte @@ -4,11 +4,11 @@ const title = "More" const links = [ - {title: "Your Data", path: "/more/profile"}, - {title: "Location Reference Codes", path: "/more/reference-data"}, - {title: "Privacy Policy", path: "/more/privacy"}, - {title: "App Versions", path: "/more/versions"}, - {title: "Statictics", path: "/more/stats"} + {title: "Your Data", path: ""}, + {title: "Location Reference Codes", path: ""}, + {title: "Privacy Policy", path: ""}, + {title: "App Versions", path: ""}, + {title: "Statictics", path: ""} ] @@ -45,8 +45,14 @@ margin: 0; padding-left: 10px; text-align: left; + line-height: 50px; vertical-align: middle; font-weight: 600; font-size: 20px; } + @media (min-width: 600px) { + p { + text-align: center; + } + } \ No newline at end of file