diff options
author | Sashi20 | 2020-07-28 16:01:05 +0530 |
---|---|---|
committer | Sashi20 | 2020-07-28 16:01:05 +0530 |
commit | 5486766ba6dba69419eb1bd4a38c54a06e1b8fd8 (patch) | |
tree | 87fbabe06cf6a7b319e9d7d044bf37659833d21f /css | |
parent | e7b03d6e0ccb2b671ad9d22d9419cff09e99e570 (diff) | |
download | fellowship_testimonials-5486766ba6dba69419eb1bd4a38c54a06e1b8fd8.tar.gz fellowship_testimonials-5486766ba6dba69419eb1bd4a38c54a06e1b8fd8.tar.bz2 fellowship_testimonials-5486766ba6dba69419eb1bd4a38c54a06e1b8fd8.zip |
Remove pager in text testimonials, adjust video height and width
Diffstat (limited to 'css')
-rwxr-xr-x | css/fellowship_testimonials.css | 6 |
1 files changed, 4 insertions, 2 deletions
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 { |