Fixed about

This commit is contained in:
Anton Pogrebnjak
2025-02-16 20:52:16 +01:00
parent f4275738de
commit 35b40b304f

View File

@@ -14,11 +14,13 @@ import { SITE_TITLE, SITE_DESCRIPTION } from "../consts";
<body> <body>
<Header /> <Header />
<Main> <Main>
<h1>Anton Pogrebnjak</h1> <h1>Anton Pogrebnjak</h1>
<p> <div style="max-width: 40rem">
Really, I don't have much to tell you about myself. Just look at the amazing stuff I've done and written about. That should suffice. <p>
</p> Really, I don't have much to tell you about myself. Just look at the amazing stuff I've done and written about. That should suffice.
<p style="float: right; text-align: end;">Kind regards,<br>Anton</p> </p>
<p style="float: right; text-align: end;">Kind regards,<br>Anton</p>
</div>
</Main> </Main>
<Footer /> <Footer />
</body> </body>