From 3367058b937e387116b022206a4d6bd804879fed Mon Sep 17 00:00:00 2001 From: Aman Reddy Pundru Date: Fri, 18 Oct 2024 16:18:43 +0530 Subject: [PATCH] Update about.css to make the info wider refering to screens --- about.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/about.css b/about.css index f419b6cd..0d16e47a 100644 --- a/about.css +++ b/about.css @@ -112,7 +112,7 @@ } .content-container { - max-width: 800px; + max-width: 1200px; /* makes wider */ width: 100%; padding: 3rem; background-color: rgba(255, 255, 255, 0.95); @@ -288,6 +288,11 @@ flex-direction: column; align-items: flex-start; } + .content-container { + max-width: 100%; /* Full width on smaller screens */ + padding: 1.5rem; + } + .nav-links { flex-direction: column; @@ -374,4 +379,4 @@ margin-top: 1.5rem; padding-top: 1rem; border-top: 1px solid rgba(255, 255, 255, 0.1); - } \ No newline at end of file + }