Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jay Mehta
/
zango-frontend
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Registry
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 986df08b
authored
2024-05-28 19:03:33 +0530
by
Ravindra Kanojiya
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
updated pages
1 parent
c7f92e89
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
4 deletions
components/layout/Footer.js
styles/globals.css
components/layout/Footer.js
View file @
986df08
...
...
@@ -177,8 +177,13 @@ const Footer = () => {
<
label
htmlFor
=
"subscribe"
>
<
Button
variable
=
"primary"
type
=
"submit"
>
Subscribe
<
/Button
>
<
/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
>
...
...
styles/globals.css
View file @
986df08
...
...
@@ -3779,6 +3779,13 @@ img:hover {
}
@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
{
margin
:
3rem
0
;
}
...
...
@@ -3825,7 +3832,7 @@ img:hover {
.top-rated
{
font-size
:
12px
;
display
:
flex
;
width
:
19vw
;
min-
width
:
19vw
;
align-items
:
center
;
justify-content
:
center
;
line-height
:
15px
;
...
...
@@ -3847,7 +3854,6 @@ img:hover {
margin-left
:
5px
;
}
.header_wrap
.navbar-expand-lg
.navbar-nav
.nav-link
{
padding
:
0.2rem
0
;
display
:
flex
;
align-items
:
center
;
}
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment