diff --git a/projects/testimonial-slider/style.css b/projects/testimonial-slider/style.css index 09aae35..eb642d5 100644 --- a/projects/testimonial-slider/style.css +++ b/projects/testimonial-slider/style.css @@ -34,3 +34,8 @@ img { font-size: 13px; font-weight: 100; } +@media only screen and (max-width: 350px) { + .testimonial-container { + width: 100%; + } +}