diff --git a/app/styles/components/user-guide.scss b/app/styles/components/user-guide.scss index 3af2ac3..58992d4 100644 --- a/app/styles/components/user-guide.scss +++ b/app/styles/components/user-guide.scss @@ -1,9 +1,10 @@ .help-video { - max-width: 90%; + max-width: 100%; height: auto; max-height: 75%; - text-align:center; + text-align: center; + cursor: pointer; } .help-img { diff --git a/app/templates/user-guide.hbs b/app/templates/user-guide.hbs index 1e3e710..4a17f6e 100644 --- a/app/templates/user-guide.hbs +++ b/app/templates/user-guide.hbs @@ -8,7 +8,7 @@

(Click the image to open large in a new tab.)

-

Video tutorial

+

Video tutorial

diff --git a/public/assets/images/vid-thumb.jpg b/public/assets/images/vid-thumb.jpg index 9cb70e8..a0cbaa7 100644 Binary files a/public/assets/images/vid-thumb.jpg and b/public/assets/images/vid-thumb.jpg differ