Skip to content

Commit

Permalink
Did Correction for image size and position for the partners section
Browse files Browse the repository at this point in the history
  • Loading branch information
devalentineomonya committed Mar 6, 2024
1 parent 5e83b76 commit a165054
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/components/Partner/partner.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
.partner-image{
cursor: grab;
display: flex;
justify-content: center;
align-items: center;
}
.partner-image img{
transition: 0.4s ease-in-out;
Expand All @@ -8,4 +11,10 @@
}
.partner-image img:hover{
transform: scale(1.1);
}
@media screen and (max-width:768px) {
.partner-image img{
width: 100%;
}

}

0 comments on commit a165054

Please sign in to comment.