Commit 986df08b by Ravindra Kanojiya

updated pages

1 parent c7f92e89
...@@ -177,8 +177,13 @@ const Footer = () => { ...@@ -177,8 +177,13 @@ const Footer = () => {
<label htmlFor="subscribe"> <label htmlFor="subscribe">
<Button variable="primary" type="submit">Subscribe </Button> <Button variable="primary" type="submit">Subscribe </Button>
</label> </label>
{!isValidEmail && (
<span style={{ color: 'red' }}>Please enter a valid email address.</span> </div>
</div>
<div className="row">
<div className="col-12">
{!isValidEmail && (
<div style={{ color: 'red' }}>Please enter a valid email address.</div>
)} )}
</div> </div>
</div> </div>
......
...@@ -3779,6 +3779,13 @@ img:hover { ...@@ -3779,6 +3779,13 @@ img:hover {
} }
@media (max-width: 767px) { @media (max-width: 767px) {
.gift-card-amt ul li a, .gift-card-amt ul li label > span {
font-size: 12px;
}
.gift-card-amt ul li a, .gift-card-amt ul li label {
font-size: 16px;
height: 70px;
}
.s-page-session { .s-page-session {
margin: 3rem 0; margin: 3rem 0;
} }
...@@ -3825,7 +3832,7 @@ img:hover { ...@@ -3825,7 +3832,7 @@ img:hover {
.top-rated { .top-rated {
font-size: 12px; font-size: 12px;
display: flex; display: flex;
width: 19vw; min-width: 19vw;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
line-height: 15px; line-height: 15px;
...@@ -3847,7 +3854,6 @@ img:hover { ...@@ -3847,7 +3854,6 @@ img:hover {
margin-left: 5px; margin-left: 5px;
} }
.header_wrap .navbar-expand-lg .navbar-nav .nav-link { .header_wrap .navbar-expand-lg .navbar-nav .nav-link {
padding: 0.2rem 0;
display: flex; display: flex;
align-items: center; align-items: center;
} }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!