From d03a75ef1614cad4f1017cb54657ba339dc91012 Mon Sep 17 00:00:00 2001 From: Unknown <53575465+EndlessEevee@users.noreply.github.com> Date: Thu, 19 Sep 2024 09:56:01 -0700 Subject: [PATCH] Added Shop --- Pages/shop.html | 46 ++++++++++++++++++++++++++-------------------- Pages/style.css | 8 ++++++++ 2 files changed, 34 insertions(+), 20 deletions(-) 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 */