Skip to content

Commit

Permalink
try to make the top bar better
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jan 16, 2025
1 parent 0b6dc1f commit 227272c
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions lib/ash_hq_web/templates/layout/app.html.heex
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<nav class="fixed top-0 w-full z-50 backdrop-blur-lg bg-slate-950/50 border-b border-slate-500/20">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-around h-12 items-center">
<div class="flex md:justify-around justify-between h-12 justify-center items-center mx-auto">
<div class="hidden md:absolute left-4">
<a href="/" title="Home">
<img src="images/ash_logo_orange.svg" alt="Ash Framework" class="h-8" />
Expand All @@ -27,11 +27,9 @@
<a href="/media" class="hidden md:block text-white hover:text-primary-light-400 transition-colors" title="Media">Media</a>
</div>

<div class="md:hidden left-4">
<a href="/" title="Home">
<img src="images/ash_logo_orange.svg" alt="Ash Framework" class="h-8" />
</a>
</div>
<a href="/" title="Home" class="md:hidden">
<img src="images/ash_logo_orange.svg" alt="Ash Framework" class="h-8" />
</a>

<a
href="https://hexdocs.pm/ash"
Expand Down

0 comments on commit 227272c

Please sign in to comment.