diff --git a/apps/marketplace-web/src/style.css b/apps/marketplace-web/src/style.css
index 2e733307..91123ef3 100644
--- a/apps/marketplace-web/src/style.css
+++ b/apps/marketplace-web/src/style.css
@@ -70,7 +70,7 @@ body {
}
#app {
- max-width: 1100px;
+ max-width: 1160px;
margin: 0 auto;
padding: 48px 24px 64px;
}
@@ -559,7 +559,7 @@ body {
main {
margin-top: 90px;
padding: 2rem;
- max-width: 1200px;
+ max-width: 1160px;
margin-left: auto;
margin-right: auto;
}
diff --git a/website/index.html b/website/index.html
index 781115e8..4ca2d295 100644
--- a/website/index.html
+++ b/website/index.html
@@ -22,7 +22,7 @@