A bit of tweaking of the design to learn more about tailwind.

This commit is contained in:
Zed A. Shaw 2025-08-10 21:38:34 -04:00
parent 9729ebc7ac
commit 8906322b6d
5 changed files with 64 additions and 32 deletions

View file

@ -14,7 +14,7 @@
<title>ZedShaw.games</title>
</head>
<body data-testid="{{.PageId}}">
<header class="flex bg-gray-950 *:text-gray-50 *:flex-1 *:text-xl p-6">
<header>
<a id="home" href="/">🏡</a>
<a id="live" href="/live/">Live</a>
<a id="stream" href="/stream/">Streams</a>
@ -23,11 +23,11 @@
<a id="login" href="/login/">Login</a>
</header>
<div class="p-0 min-h-screen">
<div class="p-0 min-h-screen dark:bg-gray-900">
{{embed}}
</div>
<footer class="bg-gray-950 text-gray-50 text-lg flex p-6">
<footer>
<div class="flex-1">
<shape>
<img class="size-12 shrink-0" src="/logo.png" />