From 1be52cd27e181d5ba1fcf405ab0fec0ae43e7cca Mon Sep 17 00:00:00 2001 From: Ahmed-Ayman Date: Wed, 12 Dec 2018 20:04:15 +0200 Subject: [PATCH] set the images width to 100% --- src/stylesheets/globals.scss | 2 +- src/stylesheets/video-item.scss | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/stylesheets/globals.scss b/src/stylesheets/globals.scss index c892b58..ff31feb 100644 --- a/src/stylesheets/globals.scss +++ b/src/stylesheets/globals.scss @@ -47,6 +47,6 @@ /* App */ .App { - max-width: 960px; + max-width: 1200px; margin: 0 auto; } diff --git a/src/stylesheets/video-item.scss b/src/stylesheets/video-item.scss index 15f724e..bc68c22 100644 --- a/src/stylesheets/video-item.scss +++ b/src/stylesheets/video-item.scss @@ -5,7 +5,7 @@ /* Video item*/ .video-item { background: $light-gray-color; - min-height: 440px; + min-height: 250px; padding: 1em; } @@ -16,6 +16,7 @@ a { } .video-thumbnail { + width: 100%; transition: all .4s ease-in-out; }