Skip to content

Commit

Permalink
fix: fixed the position of text
Browse files Browse the repository at this point in the history
  • Loading branch information
upsaurav12 committed Dec 16, 2023
1 parent 85178f4 commit 37089a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/assets/stylesheets/home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@
}

//breakpoints
@media (max-width: 990px){
.home-main-content{
width: 345px;
}
}
@media (max-width: 768px) {
.home-main-content {
margin-bottom: 30px;
Expand Down

0 comments on commit 37089a2

Please sign in to comment.