Skip to content

Commit

Permalink
fix/misalignment-of-testimonials-images
Browse files Browse the repository at this point in the history
  • Loading branch information
abhayybhatt committed Jan 2, 2025
1 parent dd5eed5 commit 49bdbd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Pages/Testimonial.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ h1{
border: 3px solid #7c2214;
overflow: hidden;
top:15px;
left:125px;
left: 50%;
transform: translateX(-50%);
border-radius: 50%;
animation: bounceIn 1s ease-in-out; /* Added animation */
}

.image img{
Expand Down

0 comments on commit 49bdbd4

Please sign in to comment.