Remove the responsive bootstrap utils.

This commit is contained in:
Dessalines 2020-02-17 12:55:43 -05:00
parent 97fccb5615
commit 51bc048955
1 changed files with 4 additions and 6 deletions

View File

@ -84,12 +84,10 @@ export class IFramelyCard extends Component<
</div> </div>
)} )}
{this.state.expanded && ( {this.state.expanded && (
<div class="my-2 embed-responsive embed-responsive-16by9">
<div <div
class="embed-responsive-item" class="my-2"
dangerouslySetInnerHTML={{ __html: iframely.html }} dangerouslySetInnerHTML={{ __html: iframely.html }}
/> />
</div>
)} )}
</> </>
); );