Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Made the section Playground section responsive #6071

Merged
merged 10 commits into from
Nov 10, 2024
9 changes: 9 additions & 0 deletions src/sections/Home/Playground-home/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@ const ViewsSectionWrapper = styled.div`
@media only screen and (max-width: 767px) {
text-align: center;
flex-direction: column-reverse;
NishantSinghhhhh marked this conversation as resolved.
Show resolved Hide resolved
height: 600px;
padding: 0 2%;
}
}
.hero-text {
display: flex;
Expand All @@ -76,7 +79,13 @@ const ViewsSectionWrapper = styled.div`
max-width: 100%;
justify-content: center;
text-align: center;
NishantSinghhhhh marked this conversation as resolved.
Show resolved Hide resolved
margin-top: 4rem;
}
vishalvivekm marked this conversation as resolved.
Show resolved Hide resolved
@media only screen and (min-width: 768px) and (max-width: 1100px) {
padding-left: 1rem;
}
}
.hero-image {
Expand Down