From 001692f6da12b1a855dc3688f5fec987345f7035 Mon Sep 17 00:00:00 2001 From: Son Nguyen Hoang Date: Thu, 25 Apr 2024 17:41:27 -0400 Subject: [PATCH 1/3] Fix: Enhanced Homepage --- WeatherMate-Mobile/www/src/css/style.css | 6 +++--- WeatherMate-Mobile/www/src/html/about.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/WeatherMate-Mobile/www/src/css/style.css b/WeatherMate-Mobile/www/src/css/style.css index 97d762c..9c26130 100644 --- a/WeatherMate-Mobile/www/src/css/style.css +++ b/WeatherMate-Mobile/www/src/css/style.css @@ -23,7 +23,7 @@ body { } #center { - background: rgba(255, 255, 255, 0.6); + background: rgba(255, 255, 255, 0.7); border-radius: 16px; padding: 15px; margin: 10px; @@ -288,8 +288,8 @@ button:hover { border-radius: 15px; padding: 20px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15); - width: 80%; - max-width: 600px; + width: 600px; + max-width: calc(100% - 20px); margin: 20px 0; overflow: hidden; border: 1px solid rgba(0, 0, 0, 0.1); diff --git a/WeatherMate-Mobile/www/src/html/about.html b/WeatherMate-Mobile/www/src/html/about.html index 96ae27d..6405105 100644 --- a/WeatherMate-Mobile/www/src/html/about.html +++ b/WeatherMate-Mobile/www/src/html/about.html @@ -18,11 +18,11 @@ - +
+ -

About The WeatherMate App

+

About The WeatherMate App

-

Welcome to The WeatherMate App, your digital meteorologist! Its mission is to empower you with accurate, real-time weather updates whether you're at home or on the go. The WeatherMate App delivers a seamless experience, ensuring you're prepared for whatever the weather brings.

From 6fe32578b925a8adaadaba360b99c9a8c3d60059 Mon Sep 17 00:00:00 2001 From: Son Nguyen Hoang Date: Thu, 25 Apr 2024 17:42:32 -0400 Subject: [PATCH 2/3] Fix: Enhanced Homepage --- 404.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/404.html b/404.html index 8e18e16..0eaf21c 100644 --- a/404.html +++ b/404.html @@ -66,7 +66,7 @@ -
+

The WeatherMate App

From 98411a3fb600676680506de3411f6d2eef284bd1 Mon Sep 17 00:00:00 2001 From: Son Nguyen Hoang Date: Thu, 25 Apr 2024 17:43:01 -0400 Subject: [PATCH 3/3] Fix: Enhanced Homepage --- WeatherMate-Mobile/www/404.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WeatherMate-Mobile/www/404.html b/WeatherMate-Mobile/www/404.html index 8e18e16..0eaf21c 100644 --- a/WeatherMate-Mobile/www/404.html +++ b/WeatherMate-Mobile/www/404.html @@ -66,7 +66,7 @@ -
+

The WeatherMate App