Skip to content

Commit

Permalink
add padding-left to hero-text between 767px and 1100px screen width
Browse files Browse the repository at this point in the history
Signed-off-by: Vivek Vishal <[email protected]>
  • Loading branch information
vishalvivekm authored Nov 10, 2024
1 parent ae9bd7a commit 28306ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/sections/Home/Playground-home/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ const ViewsSectionWrapper = styled.div`
text-align: center;
margin-top: 4rem;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
padding-left: 1rem;
}
}
Expand Down

0 comments on commit 28306ed

Please sign in to comment.