From 1a92f09e3b9f2235bfd4fb804ff2717a0f0c1d1c Mon Sep 17 00:00:00 2001 From: Andrew Gioia Date: Fri, 23 Jan 2026 11:21:09 -0500 Subject: [PATCH] Adds basic mobile-first handling to the layout, still needs to be improved on but the nav now starts at the bottom and it helps as bit in small screens --- resources/css/etc/layout.css | 99 ++++++++++++++----- .../views/components/app/nav-button.blade.php | 2 +- resources/views/layouts/navigation.blade.php | 12 +-- 3 files changed, 78 insertions(+), 35 deletions(-) diff --git a/resources/css/etc/layout.css b/resources/css/etc/layout.css index e9017fb..69d7d8a 100644 --- a/resources/css/etc/layout.css +++ b/resources/css/etc/layout.css @@ -5,12 +5,18 @@ html { body { @apply m-0 p-0 w-dvw h-dvh min-w-dvw min-h-dvh bg-gray-100 font-sans antialiased; + /** + * app container + * on mobile,
is the viewport and