From 36015976e290184fdd135f518077ba13c26b080a Mon Sep 17 00:00:00 2001 From: passmgrgui <135318604+passmgrgui@users.noreply.github.com> Date: Sat, 30 Sep 2023 15:04:39 +1000 Subject: [PATCH] i forgot --- 404.html | 8 +++----- noscript.html | 5 ++--- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/404.html b/404.html index 73406f1..24d7a40 100644 --- a/404.html +++ b/404.html @@ -67,12 +67,11 @@ /* Media Query for Mobile */ @media screen and (max-width: 600px) { p { - width: 90%; /* Adjust width for smaller screens */ + width: 90%; } h1 { - font-size: 30px; /* Adjust font size for smaller screens */ + font-size: 30px; } - /* Add more adjustments as needed */ } @@ -87,8 +86,7 @@
https://passmgrgui.github.io/resource.html
diff --git a/noscript.html b/noscript.html index 9b8dd9a..35ad97c 100644 --- a/noscript.html +++ b/noscript.html @@ -67,12 +67,11 @@ /* Media Query for Mobile */ @media screen and (max-width: 600px) { p { - width: 90%; /* Adjust width for smaller screens */ + width: 90%; } h1 { - font-size: 30px; /* Adjust font size for smaller screens */ + font-size: 30px; } - /* Add more adjustments as needed */ }