From 5486766ba6dba69419eb1bd4a38c54a06e1b8fd8 Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Tue, 28 Jul 2020 16:01:05 +0530 Subject: Remove pager in text testimonials, adjust video height and width --- css/fellowship_testimonials.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'css') diff --git a/css/fellowship_testimonials.css b/css/fellowship_testimonials.css index 4f741af..e83caa8 100755 --- a/css/fellowship_testimonials.css +++ b/css/fellowship_testimonials.css @@ -32,10 +32,10 @@ padding: 16px; margin: 10px 0; } -video { +/*video { max-width: 100%; height: auto !important; -} +}*/ .container-testimonial::after { content: ""; clear: both; @@ -45,6 +45,8 @@ video { .container-testimonial video { float: left; margin-right: 20px; + width: 500px !important; + height: 300px !important; } .container-testimonial span { -- cgit