Created by: MartijnCuppens
We copied the .embed-responsive
code from somewhere else, but there are a lot of redundant properties in it:
- No need to set
display: block;
on a<div>
- No need to remove
padding
from a<div>
- No need to set
overflow: hidden;
because the inner content is spread in.embed-responsive
- No need for
bottom: 0;
, because we already haveheight: 100%;