set the images width to 100%
This commit is contained in:
parent
53214b12ea
commit
1be52cd27e
|
@ -47,6 +47,6 @@
|
|||
|
||||
/* App */
|
||||
.App {
|
||||
max-width: 960px;
|
||||
max-width: 1200px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user