Make h1 on home page centered
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
ChronosXYZ 2024-09-19 03:41:50 +03:00
parent 7b5b27917d
commit 7f4bbb9f76
Signed by: ChronosXYZ
GPG Key ID: 189BF50EBD342791

View File

@ -16,4 +16,9 @@ import { SITE_TITLE } from "../consts";
</main>
<Footer />
</body>
</html>
<style is:global>
main h1 {
text-align: center;
}
</style>
</html>