Skip to content

Commit

Permalink
fixed testimonial hover effect
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayank233444 committed Aug 25, 2024
1 parent 9880dc1 commit a93e9bb
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion styles/testimonial.module.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
.testimonial__item {
padding: 0px 20px;
padding: 30px 30px;
transition: 0.3s ease-in-out;
}

.testimonial__item:hover{
border: transparent;
background-color: #19223a;
border-radius: 5%;
}

.testimonial__client {
Expand All @@ -20,6 +27,10 @@
color: var(--site-theme-color);
}

.testimonial__client h6:last-child:hover{
color: #62f7ca;
}

@media only screen and (max-width: 768px) {
.testimonial__img img {
width: 300px !important;
Expand Down

0 comments on commit a93e9bb

Please sign in to comment.