Skip to content

Commit

Permalink
Update Responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
jissbossh authored Nov 10, 2024
1 parent 525e874 commit f50e42f
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions css/responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,13 @@
}

.testimonial {
width: 90%;
width: 60%;
padding: 15px;
margin-right: 10%;
}

.testimonial img {
width: 100%;
width: 50%;
}

.banner {
Expand Down Expand Up @@ -245,13 +246,14 @@
}

.testimonial {
width: 100%;
padding: 10px;
margin: 0 auto 20px;
width: 80%;
/* padding: 10px; */
/* margin: 0 auto 20px; */
float: left;
}

.testimonial img {
width: 100%;
width:80%;
height: auto;
}

Expand Down

0 comments on commit f50e42f

Please sign in to comment.