From 1b30ee606f3ceaa58b7062c5cc1860660c55eb5e Mon Sep 17 00:00:00 2001 From: Francesco Bruno <59353843+FrancescoBrunoDev@users.noreply.github.com> Date: Sun, 5 May 2024 18:14:14 +0000 Subject: [PATCH] improved responsivness in case the service/app/database is deployed --- resources/css/app.css | 2 +- .../views/livewire/project/application/heading.blade.php | 8 +++++--- .../views/livewire/project/database/heading.blade.php | 4 ++-- resources/views/livewire/project/service/navbar.blade.php | 4 ++-- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/resources/css/app.css b/resources/css/app.css index fd3e1d174..c2a0ac73b 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -185,7 +185,7 @@ tr td:first-child { } .navbar-main { - @apply flex h-fit flex-col sm:flex-row justify-items-start sm:justify-between gap-4 pb-2 border-b-2 border-solid dark:border-coolgray-200 sm:items-center; + @apply flex h-fit flex-col md:flex-row justify-items-start sm:justify-between gap-4 pb-2 border-b-2 border-solid dark:border-coolgray-200 md:items-center; } .loading { diff --git a/resources/views/livewire/project/application/heading.blade.php b/resources/views/livewire/project/application/heading.blade.php index fe252e43c..898890884 100644 --- a/resources/views/livewire/project/application/heading.blade.php +++ b/resources/views/livewire/project/application/heading.blade.php @@ -1,7 +1,7 @@