A bit of tweaking of the design to learn more about tailwind.
This commit is contained in:
parent
9729ebc7ac
commit
8906322b6d
5 changed files with 64 additions and 32 deletions
|
@ -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>
|
||||
|
@ -27,7 +27,7 @@
|
|||
{{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" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue