diff --git a/app/Views/membership.php b/app/Views/membership.php
index 9e36882..25775ba 100644
--- a/app/Views/membership.php
+++ b/app/Views/membership.php
@@ -220,7 +220,7 @@
Purchase your credits
(The more you purchase the cheaper it gets)
Credits are added to your account
(Credits will have a validity of One Year from the date of opening )
- Select what you want to do, play practice or take a lesson (Each option has a credit value associated to it).
+ After we open, you can select what you want to do, play practice or take a lesson (Each option has a credit value associated to it).
Find the time and the date that suits you.
Add it to your cart
Proceed to checkout and use your credits to confirm the booking.
diff --git a/public/assets/member_css/front-style.css b/public/assets/member_css/front-style.css
index 99d421c..f59b025 100644
--- a/public/assets/member_css/front-style.css
+++ b/public/assets/member_css/front-style.css
@@ -440,7 +440,7 @@ body.cart .quantity{
}
@media (max-width: 768px){
.quantity .qty-no{
- height: 35px;
+ height: 30px;
line-height:35px;
width:100px;
}