Skip to content

Commit

Permalink
Corrected Testimonial Section
Browse files Browse the repository at this point in the history
  • Loading branch information
devalentineomonya committed Mar 6, 2024
1 parent 7341b7c commit a09378c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/HeadLine/headline.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

@media screen and (max-width: 576px) {
.section-title .title-number {
font-size: 80px;
font-size: 100px;
}

.section-title .title-name {
Expand Down
3 changes: 3 additions & 0 deletions src/components/Testimonials/testimonial.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
}
}
@media screen and (max-width: 576px) {
.testimonial-section {
margin-top: 150px;
}
.swipper-container {
width: 100%;

Expand Down

0 comments on commit a09378c

Please sign in to comment.