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 PageInfo = () => {
return (
<>
<SEO title="o gractwie" />
Miejsce na stronkę od informacji nt. Gractwa.
<main>Miejsce na stronkę od informacji nt. Gractwa.</main>
</>
);
};