set the images width to 100%

This commit is contained in:
Ahmed-Ayman 2018-12-12 20:04:15 +02:00
parent 53214b12ea
commit 1be52cd27e
2 changed files with 3 additions and 2 deletions

View File

@ -47,6 +47,6 @@
/* App */ /* App */
.App { .App {
max-width: 960px; max-width: 1200px;
margin: 0 auto; margin: 0 auto;
} }

View File

@ -5,7 +5,7 @@
/* Video item*/ /* Video item*/
.video-item { .video-item {
background: $light-gray-color; background: $light-gray-color;
min-height: 440px; min-height: 250px;
padding: 1em; padding: 1em;
} }
@ -16,6 +16,7 @@ a {
} }
.video-thumbnail { .video-thumbnail {
width: 100%;
transition: all .4s ease-in-out; transition: all .4s ease-in-out;
} }