From 91f1832a0c606fff684a22d7048a38688125984a Mon Sep 17 00:00:00 2001 From: Burhanuddin Khatri <144617735+BurhanCantCode@users.noreply.github.com> Date: Tue, 12 Mar 2024 22:10:09 +0500 Subject: [PATCH] Updated styles.css --- styles.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index 31f1e0e..fbe4666 100644 --- a/styles.css +++ b/styles.css @@ -148,6 +148,10 @@ p { } @media only screen and (max-width: 768px) { + .container { + width: 80%; /* Adjust width for smaller screens */ + } + h1 { font-size: 2em; } @@ -157,6 +161,6 @@ p { } .background-text { - width: 50%; /* Adjust width for smaller screens */ + width: 80%; /* Adjust width for smaller screens */ } -} \ No newline at end of file +}