mirror of
https://github.com/Pantonius/pantosite-astro.git
synced 2026-04-26 17:34:39 +00:00
Fixed about
This commit is contained in:
@@ -14,11 +14,13 @@ import { SITE_TITLE, SITE_DESCRIPTION } from "../consts";
|
||||
<body>
|
||||
<Header />
|
||||
<Main>
|
||||
<h1>Anton Pogrebnjak</h1>
|
||||
<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>
|
||||
<p style="float: right; text-align: end;">Kind regards,<br>Anton</p>
|
||||
<h1>Anton Pogrebnjak</h1>
|
||||
<div style="max-width: 40rem">
|
||||
<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>
|
||||
<p style="float: right; text-align: end;">Kind regards,<br>Anton</p>
|
||||
</div>
|
||||
</Main>
|
||||
<Footer />
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user