diff --git a/src/css/footer.css b/src/css/footer.css index f06da2e..3bc6bd0 100644 --- a/src/css/footer.css +++ b/src/css/footer.css @@ -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); diff --git a/src/css/testimonials.css b/src/css/testimonials.css index 492b88c..273c195 100644 --- a/src/css/testimonials.css +++ b/src/css/testimonials.css @@ -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 {