overall tweaks for mobile + margins

This commit is contained in:
2022-12-11 01:44:20 +01:00
parent 0185e29512
commit aaf7403e21
7 changed files with 20 additions and 17 deletions

View File

@@ -4,7 +4,7 @@ const PageError404 = () => {
return (
<>
<SEO title="404" />
Error 404!!
<main>Error 404 - nie znaleziono takiego URL.</main>
</>
);
};