Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
ElizabethBil committed Oct 5, 2023
1 parent a59ce87 commit f11dffb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/css/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@
background-size: 375px 212px;
}


@media screen and (max-width: 374px) {
.footer-title {
width: 100%;
}
}


@media screen and (min-width: 768px) {
.footer-section {
background-image: url(/img/footer/bg-footer-tab.png);
Expand Down
12 changes: 12 additions & 0 deletions src/css/testimonials.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,18 @@
top: -24px;
}

@media screen and (max-width: 374px) {

.testimonials-list-title {
width: 100%;
}

.testimonials-list-text {
width: 100%;
}
}



@media screen and (min-width: 768px) {
.testimonials-title {
Expand Down

0 comments on commit f11dffb

Please sign in to comment.