Skip to content

Commit

Permalink
Fixed the testimonial section for mobile screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Utsavladia committed Aug 1, 2024
1 parent 74a3159 commit aa44271
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Css-Files/testimonial.css
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,11 @@

@media screen and (max-width: 768px) {
.testimonals {
width: 90%;
width: 100%;
}

.testimonals-content {
width: 100%;
width: 90%;
font-size: 10px;
}

Expand Down

0 comments on commit aa44271

Please sign in to comment.