From c9b33712aac00ca6da7e9767426ff2e0a36c7eed Mon Sep 17 00:00:00 2001 From: Anchal Singh <128113546+imanchalsingh@users.noreply.github.com> Date: Tue, 28 Oct 2025 00:38:09 +0530 Subject: [PATCH] chore: enhance styling and responsiveness in client.html (#7173) Updated CSS variables for light and dark modes, improved styling for various elements, and added responsive design features. Co-authored-by: Jay --- sandbox/client.html | 347 +++++++++++++++++++++++++++++--------------- 1 file changed, 228 insertions(+), 119 deletions(-) diff --git a/sandbox/client.html b/sandbox/client.html index ba8e5b49..6b13ae2f 100644 --- a/sandbox/client.html +++ b/sandbox/client.html @@ -3,65 +3,56 @@ AXIOS | Sandbox - + } + + @media screen and (max-width: 768px) { + .footer { + flex-direction: column; + text-align: center; + padding: 2rem; + max-width: 90%; + } + + .footer-nav ul { + justify-content: center; + } + } +
@@ -387,4 +496,4 @@ })(); - \ No newline at end of file +