From 748cc22d88dee7c0e6e8abd7ae3f181a9d233967 Mon Sep 17 00:00:00 2001 From: bochard Date: Thu, 12 Jun 2025 18:18:48 +0800 Subject: [PATCH] minor fixes on mobile view --- includes/dashboard.php | 4 ++-- login.php | 2 +- signup.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/includes/dashboard.php b/includes/dashboard.php index 01ab04a..57c6ff8 100644 --- a/includes/dashboard.php +++ b/includes/dashboard.php @@ -37,7 +37,7 @@ -
+
@@ -74,7 +74,7 @@

Tasks


-
+
diff --git a/login.php b/login.php index 5099f21..188b751 100644 --- a/login.php +++ b/login.php @@ -53,7 +53,7 @@ -
+

Log in

diff --git a/signup.php b/signup.php index 7466c7b..9a2884e 100644 --- a/signup.php +++ b/signup.php @@ -47,7 +47,7 @@ -
+

Sign up

-- 2.39.5