Skip to content

Commit

Permalink
fix header style (useable for small screens)
Browse files Browse the repository at this point in the history
  • Loading branch information
glendc committed Oct 22, 2023
1 parent 5316bc4 commit 1dc18ff
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@

<body hx-boost="true">
<main class="width:100%" style="max-width: 780px;">
<header class="width:100% center" style="margin: 40px 0 0 0;">
<h1>
<a href="/" style="font-size: 2.5em">🪣 bckt.xyz</a><v-h>:</v-h>
<sub-title>
<a href="https://github.com/plabayo/bucket">Made with</a>
❤️ by
<a href="https://plabayo.tech">plabayo</a>
.
</sub-title>
<header class="width:100% center" style="margin: 0 0 10px 0;">
<h1 style="margin: 0;">
<a href="/">🪣 bckt.xyz</a>
</h1>
<p style="margin: 0; padding-bottom: 10px;">
<a href="https://github.com/plabayo/bucket">Made with</a>
❤️ by
<a href="https://plabayo.tech">plabayo</a>
.
</p>
</header>

<div class="center" style="padding: 5px">
Expand Down

0 comments on commit 1dc18ff

Please sign in to comment.