From 0b6dc1f63be2cc5c202f0c9e4aca0a0a78108868 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Thu, 16 Jan 2025 10:19:33 -0500 Subject: [PATCH] fix top bar on mobile --- lib/ash_hq_web/templates/home/home.html.heex | 2 +- lib/ash_hq_web/templates/layout/app.html.heex | 69 ++++++++++++++++--- 2 files changed, 61 insertions(+), 10 deletions(-) diff --git a/lib/ash_hq_web/templates/home/home.html.heex b/lib/ash_hq_web/templates/home/home.html.heex index d24fd4e..f9ba9c5 100644 --- a/lib/ash_hq_web/templates/home/home.html.heex +++ b/lib/ash_hq_web/templates/home/home.html.heex @@ -42,7 +42,7 @@
Get Started diff --git a/lib/ash_hq_web/templates/layout/app.html.heex b/lib/ash_hq_web/templates/layout/app.html.heex index 6cc10f7..afd6455 100644 --- a/lib/ash_hq_web/templates/layout/app.html.heex +++ b/lib/ash_hq_web/templates/layout/app.html.heex @@ -1,34 +1,85 @@