Prevent odd horizontal scrolling on mobile

This commit is contained in:
Spotlight 2022-09-04 03:09:48 -05:00
commit 2fd5031423
No known key found for this signature in database
GPG key ID: 874AA355B3209BDC
2 changed files with 5 additions and 1 deletions

View file

@ -14,7 +14,7 @@ Today, in our [Discord server]({{ site.discord }}), we had a Q&A session! In thi
And finally, the part, you've been waiting for, the Food Channel release date is finally out! During the Q&A, it was announced that the official release date will be... *drumroll please*... **August 28th 2022**! To go alongside this, one of our very talented video editors [Pineapple](https://www.youtube.com/channel/UCfxa5lj2wsra8P0mi1BkJ5A) has created an awesome trailer to go alongside the release!
<center><iframe width="560" height="315" src="https://www.youtube.com/embed/i5c4ShKd704" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></center>
<center><iframe height="315" src="https://www.youtube.com/embed/i5c4ShKd704" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></center>
We all hope you enjoy the Food Channel as much as we enjoyed developing and translating it ~~(Sketch let me have my wife and kids back)~~, thank you for reading!

View file

@ -369,4 +369,8 @@ th {
.navbar a {
float: left;
}
img {
width: 100%;
}
}