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 {