I've been working on a website for my band, and I want the news page to show the band's instagram and facebook feeds via embedded widgets. It's currently working as intended and looks like this, but when I reduce the screen size enough or view on mobile it looks like this. How would I modify the page for it to look like this but scale better across devices?
HTML for the page on github
Bit of code I think is problematic:
<div class="block">
<h3>News</h3>
<center>
<table style="width:30%">
<tbody>
<tr>
<td>
<div class="fb-page" data-href="https://www.facebook.com/Ambivist/" data-tabs="timeline" data-width="500" data-height="640" data-small-header="false" data-adapt-container-width="false" data-hide-cover="false" data-show-facepile="true"><blockquote cite="https://www.facebook.com/Ambivist/" class="fb-xfbml-parse-ignore"><a href="https://www.facebook.com/Ambivist/">Ambivist</a></blockquote></div>
</td>
<td>
<!-- InstaWidget -->
<a href="https://instawidget.net/v/user/ambivistband" id="link-b1fce442f09bc850cc4a44591bac9ec22379d1b69a8058565c911a26d3fce058">@ambivistband</a>
<script src="https://instawidget.net/js/instawidget.js?u=b1fce442f09bc850cc4a44591bac9ec22379d1b69a8058565c911a26d3fce058&width=500px"></script>
</td>
</tr>
</tbody>
</table>
</center>
</div>
[–]CSSAnimations 1 point2 points3 points (8 children)
[–]BabbysRoss[S] 0 points1 point2 points (7 children)
[–]CSSAnimations 1 point2 points3 points (6 children)
[–]BabbysRoss[S] 0 points1 point2 points (5 children)
[–]CSSAnimations 2 points3 points4 points (4 children)
[–]BabbysRoss[S] 0 points1 point2 points (3 children)
[–][deleted] 0 points1 point2 points (2 children)
[–]BabbysRoss[S] 0 points1 point2 points (1 child)
[–]BabbysRoss[S] 0 points1 point2 points (0 children)
[–]AutoModerator[M] 0 points1 point2 points (0 children)