From 8c47f6c43458cddf2732f3a8d24ea690cf4c93cc Mon Sep 17 00:00:00 2001 From: Ahmed raza Date: Wed, 30 Oct 2024 02:16:29 +0500 Subject: [PATCH 1/6] Fix: Adjust container responsiveness for small screens --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index a4256e1..0669de0 100644 --- a/style.css +++ b/style.css @@ -671,3 +671,8 @@ Animating title width: 200px; } } +@media screen and (max-width: 420px) { + .container { + margin-top: 10px; + max-width: 100%; } + } \ No newline at end of file From 7e3495b337580de11481bef21becb6963a0be8b8 Mon Sep 17 00:00:00 2001 From: Ahmed raza Date: Wed, 30 Oct 2024 02:21:41 +0500 Subject: [PATCH 2/6] run the lint test and format code --- style.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index 0669de0..8e8c0a2 100644 --- a/style.css +++ b/style.css @@ -671,8 +671,9 @@ Animating title width: 200px; } } -@media screen and (max-width: 420px) { - .container { - margin-top: 10px; - max-width: 100%; } - } \ No newline at end of file +@media screen and (max-width: 420px) { + .container { + margin-top: 10px; + max-width: 100%; + } +} From a256b6a52bd0c89b47b5fc8c78dea78ec7e0530c Mon Sep 17 00:00:00 2001 From: Ahmed raza Date: Wed, 30 Oct 2024 02:38:25 +0500 Subject: [PATCH 3/6] Enhance Navigation Links: Improve Responsiveness and Hover Effects --- Todo.html | 5 +++-- style.css | 12 ++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/Todo.html b/Todo.html index 8f367fc..77b2ba8 100644 --- a/Todo.html +++ b/Todo.html @@ -34,8 +34,9 @@