Skip to content

Commit

Permalink
Merge pull request #6071 from NishantSinghhhhh
Browse files Browse the repository at this point in the history
Made the section Playground section responsive
  • Loading branch information
vishalvivekm authored Nov 10, 2024
2 parents 74515e6 + 28306ed commit 822a8fc
Showing 1 changed file with 9 additions and 0 deletions.
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;
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;
margin-top: 4rem;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
padding-left: 1rem;
}
}
.hero-image {
Expand Down

0 comments on commit 822a8fc

Please sign in to comment.