diff --git a/app/components/Landing.module.css b/app/components/Landing.module.css index 406eaf2..0fdc9b6 100644 --- a/app/components/Landing.module.css +++ b/app/components/Landing.module.css @@ -30,5 +30,11 @@ color: red; font-weight: bold; text-align: center; - margin-top: 1rem; + margin: 1rem; +} + +.infoText { + color: #555; + text-align: center; + margin: 1rem; } \ No newline at end of file diff --git a/app/components/Landing.tsx b/app/components/Landing.tsx index 578f06a..fa4671b 100644 --- a/app/components/Landing.tsx +++ b/app/components/Landing.tsx @@ -34,6 +34,16 @@ export default function Landing() { Tunnusta ei löydy. Ole hyvä ja tarkista tunnus. )} + +