Skip to content

Commit

Permalink
index: Pretty text balance on title
Browse files Browse the repository at this point in the history
  • Loading branch information
busybox11 committed Feb 6, 2024
1 parent b6b8f75 commit 42a205b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
<div class="flex flex-col items-center justify-center">
<img src="assets/images/favicon.png" alt="Logo" width="100px" height="100px" class="mb-4">

<h1 class="text-3xl lg:text-4xl font-bold"><?=IndexTitle;?></h1>
<h2 class="text-xl lg:text-2xl font-light mb-2"><?=IndexDescription;?></h2>
<h1 class="text-3xl lg:text-4xl font-bold text-pretty"><?=IndexTitle;?></h1>
<h2 class="text-xl lg:text-2xl font-light mb-2 text-pretty"><?=IndexDescription;?></h2>

<div class="flex flex-row gap-2 mt-2">
<?php include 'assets/links.php'; ?>
Expand Down Expand Up @@ -116,6 +116,6 @@
</a>
</div>

<h6 class="text-xs text-white/50 hover:text-white/80 transition"><?=IndexCookie;?></h6>
<h6 class="text-xs text-white/50 hover:text-white/80 transition text-pretty"><?=IndexCookie;?></h6>
</body>
</html>

0 comments on commit 42a205b

Please sign in to comment.