This commit is contained in:
suresh 2023-06-22 19:00:04 +05:30
parent 33c5a389a9
commit bbf4b0755f
4 changed files with 30 additions and 8 deletions

View File

@ -18,8 +18,8 @@ class App extends BaseConfig
* http://example.com/
*/
// public string $baseURL = 'https://mprkv.co.in/devbook';
public string $baseURL = 'http://localhost/golf_backend';
// public string $baseURL = 'http://localhost:88/golf_backend';
//public string $baseURL = 'http://localhost/golf_backend';
public string $baseURL = 'http://localhost:88/golf_backend';
/**

View File

@ -77,7 +77,7 @@
<div class="row">
<div class="col-lg-12">
<ul>
<li><a href="https://<?php echo $_SERVER['SERVER_NAME']; ?>">Home <?= session()->get('token') ?></a></li>
<li><a href="https://<?php echo $_SERVER['SERVER_NAME']; ?>">Home</a></li>
<li><a href="<?php if (isset($token))
{
if ($token == '')

View File

@ -44,7 +44,7 @@
<section class="pt-5 pb-5 evo-membership">
<section class="pt-4 pb-5 evo-membership">
<div class="container">
@ -211,7 +211,7 @@
<div class="row">
<div class="col-lg-6 pt-5 pb-5 pe-5 bg-white">
<div class="col-12 col-lg-6 pt-5 pb-3 pe-5 bg-white">
<h3 class="mb-3 heading-font">How it Works</h3>
@ -233,7 +233,7 @@
</div>
<div class="col-lg-6">
<div class="col-12 col-lg-6">
</div>

View File

@ -70,6 +70,11 @@ a{
.heading-font{
font-size:26px;
}
@media (max-width: 768px){
.heading-font{
font-size:24px!important;
}
}
/* ----------------header---------------- */
.cart-menu img{ margin-right:5px; }
.header{
@ -165,6 +170,14 @@ a{
#id section{
display: none;
}
@media (min-width: 768px) and (max-width: 1210px){
.header1 ul{
margin-right:0;
}
.header ul li{
margin:0 5px;
}
}
@media only screen and (min-width: 992px) {
.nav{
display: none !important;
@ -185,6 +198,7 @@ a{
z-index:99;
margin-top:10px;
overflow: hidden;
box-shadow: 0 2px 4px 0 rgb(0 0 0 / 17%);
}
/* ----------------footer---------------- */
.footer{
@ -571,11 +585,11 @@ body.checkout .select2-container--default .select2-selection--single .select2-s
padding-bottom:15px;
}
.membership-img>div:last-child{
border-right-width:0;
border-width:0;
}
.presale-offer-section{
background:#f8f8f4;
padding:60px 0 60px 0;
padding:45px 0 45px 0;
}
@media (min-width: 768px){
.membership-img{
@ -1666,6 +1680,14 @@ body.checkout .select2-container--default .select2-selection--single .select2-s
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
max-width:500px;
}
@media (max-width: 992px){
.credit-table{
margin-bottom:60px;
}
.how-works{
background-image:none!important;
}
}
.credit-table .fit-session{
background-color: var(--pink-color);
}