Skip to content

Commit

Permalink
fix: size of sponsor logo in mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
upsaurav12 committed Jan 18, 2024
1 parent 3e3f3fb commit 69db0af
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions app/assets/stylesheets/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,25 @@
content: '';
width: 10px;
}

//breakpoints
@media (max-width: 768px){
.footer-sponsor-logo{
width: 77%;
margin-left: 30px;
}
.footer-sponsor-logo-text{
margin-left: 30px;
}
}

@media (max-width: 388px){
.footer-sponsor-logo{
width: 120%;
margin-left: 20px;
}
.footer-sponsor-logo-text{
margin-left: 31px;
text-wrap: nowrap;
}
}

0 comments on commit 69db0af

Please sign in to comment.