From 6bb84a28d655505c9a6ad0548e17e707ac872973 Mon Sep 17 00:00:00 2001 From: smanylov Date: Mon, 19 Jan 2026 13:48:10 +0700 Subject: [PATCH] change background --- src/app/styles/global-styles.scss | 2 ++ src/app/styles/globals.css | 1 + 2 files changed, 3 insertions(+) diff --git a/src/app/styles/global-styles.scss b/src/app/styles/global-styles.scss index 4caa59c..381925a 100644 --- a/src/app/styles/global-styles.scss +++ b/src/app/styles/global-styles.scss @@ -237,5 +237,7 @@ color: #1f2937; border-radius: 20px; box-shadow: 0px 4px 20px #0000001a; + max-width: 42rem; + width: 100%; } } \ No newline at end of file diff --git a/src/app/styles/globals.css b/src/app/styles/globals.css index 7b23c47..09b643c 100644 --- a/src/app/styles/globals.css +++ b/src/app/styles/globals.css @@ -19,6 +19,7 @@ html, body { overflow-x: hidden; + background-color: rgb(249 250 251); } body {