Skip to content

Commit

Permalink
fix: the size of sponsor logo in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
upsaurav12 committed Dec 25, 2023
1 parent a0f9a10 commit b5ef37e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions app/assets/stylesheets/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,23 @@
content: '';
width: 10px;
}

//breakpoints
@media (max-width: 768px){
.footer-sponsor-logo{
width: 75%;
margin-left: 30px;
}
.footer-sponsor-logo-text{
margin-left: 30px;
}
}
@media (max-width: 388px){
.footer-sponsor-logo{
width: 100%;
margin-left: 0;
}
.footer-sponsor-logo-text{
margin-left: 0;
}
}
2 changes: 1 addition & 1 deletion cv-frontend-vue

0 comments on commit b5ef37e

Please sign in to comment.