From 483bc90dec175a4ecbc0e36eacd32c27767b2ff3 Mon Sep 17 00:00:00 2001
From: claudiaHash <49017601+claudiaHash@users.noreply.github.com>
Date: Wed, 6 Apr 2022 16:02:01 +0300
Subject: [PATCH] Content width changes (#1325)

* width changes

* revert change for @media

Co-authored-by: ClaudiaHolhos <claudia@oceanprotocol.com>
---
 src/components/@shared/atoms/Container.module.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/@shared/atoms/Container.module.css b/src/components/@shared/atoms/Container.module.css
index 304e0cfe8..7e0df0401 100644
--- a/src/components/@shared/atoms/Container.module.css
+++ b/src/components/@shared/atoms/Container.module.css
@@ -15,5 +15,5 @@
 }
 
 .container.narrow {
-  max-width: 42rem;
+  max-width: 62rem;
 }