Merge branch 'master' of bitbucket.org:venbainformationtechnology/golf_backend

This commit is contained in:
suseendhiran17 2023-07-06 16:32:19 +05:30
commit 1d75694c54
2 changed files with 2 additions and 2 deletions

View File

@ -220,7 +220,7 @@
<li>Purchase your credits<br/>(The more you purchase the cheaper it gets)</li>
<li>Credits are added to your account<br/>
(Credits will have a validity of One Year from the date of opening )</li>
<li>Select what you want to do, play practice or take a lesson (Each option has a credit value associated to it).</li>
<li>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).</li>
<li>Find the time and the date that suits you.</li>
<li>Add it to your cart</li>
<li>Proceed to checkout and use your credits to confirm the booking.</li>

View File

@ -440,7 +440,7 @@ body.cart .quantity{
}
@media (max-width: 768px){
.quantity .qty-no{
height: 35px;
height: 30px;
line-height:35px;
width:100px;
}