diff --git a/src/pages/Payment/PaymentForm/PaymentForm.module.scss b/src/pages/Payment/PaymentForm/PaymentForm.module.scss index 95748db..c175fc9 100644 --- a/src/pages/Payment/PaymentForm/PaymentForm.module.scss +++ b/src/pages/Payment/PaymentForm/PaymentForm.module.scss @@ -4,4 +4,5 @@ .Footer-PoweredBy-Text{ display: none; -} \ No newline at end of file +} + diff --git a/src/pages/Payment/Pricing/Pricing.module.scss b/src/pages/Payment/Pricing/Pricing.module.scss index cee635f..1267396 100644 --- a/src/pages/Payment/Pricing/Pricing.module.scss +++ b/src/pages/Payment/Pricing/Pricing.module.scss @@ -113,6 +113,17 @@ $secondary-color: #fff; } } +@media (max-width: 850px) { + .pricingContainer { + gap: 1rem; + padding: 2.25rem; + } + + .packageList { + gap: 2rem; + } +} + @media (max-width: 700px) { diff --git a/src/pages/PlayersStatus/PlayersStatus.module.scss b/src/pages/PlayersStatus/PlayersStatus.module.scss index 2c594c3..2c646b3 100644 --- a/src/pages/PlayersStatus/PlayersStatus.module.scss +++ b/src/pages/PlayersStatus/PlayersStatus.module.scss @@ -13,7 +13,7 @@ } input { - border: 1px solid var(--primary-color); + border: .1rem solid black; font-size: 1.5rem; padding: .5rem; flex: 1; @@ -23,7 +23,7 @@ input { margin-left: .5rem; padding: .5rem 1rem; font-size: 1.5rem; - background-color: blue; + background-color: #2F2F2F; color: white; border: none; cursor: pointer; @@ -54,6 +54,7 @@ input { font-weight: 400; } + @media (max-width: 650px) { input {