diff --git a/Pages/shop.html b/Pages/shop.html
index f9954cb..f6fcfae 100644
--- a/Pages/shop.html
+++ b/Pages/shop.html
@@ -40,26 +40,32 @@
alt="Team Icon"
/>
-
-
-
-
+
+
+
+
+
diff --git a/Pages/style.css b/Pages/style.css
index 0aa9017..d99ed30 100644
--- a/Pages/style.css
+++ b/Pages/style.css
@@ -266,7 +266,15 @@ main {
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
+#shopIframe {
+ width: 100%;
+ border: none;
+}
+#iframeContainer {
+ height: 100%;
+ overflow: auto;
+}
/*Mobile*/
@media screen and (max-width: 1000px) {
/* comes into effect for screens larger than or equal to 481 pixels */