From f5f226089f942be858954286e2bf5a847dad3a54 Mon Sep 17 00:00:00 2001 From: Shivam Agrawal Date: Fri, 7 Nov 2025 22:40:49 +0530 Subject: [PATCH] changeing the width Changed the width from 1200 to 900 --- src/pages/License/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/License/index.css b/src/pages/License/index.css index 019e306b..6a8c13fb 100644 --- a/src/pages/License/index.css +++ b/src/pages/License/index.css @@ -176,7 +176,7 @@ html[data-theme="light"] { .lic-content-wrapper { position: relative; z-index: 1; - max-width: 1200px; + max-width: 900px; margin: 0 auto; padding: 4rem 1.5rem; animation: fadeInUp 0.8s ease-out;