Skip to content

Commit

Permalink
Merge pull request #1110 from Utsavladia/testimonial-section
Browse files Browse the repository at this point in the history
Fixed the testimonial section for mobile screen
  • Loading branch information
varshith257 authored Aug 4, 2024
2 parents 65df5b8 + aa44271 commit 3458416
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 3458416

Please sign in to comment.