Fixed itch.io embedded looking janky when viewport too wide

This commit is contained in:
Sofia 2016-11-04 16:34:55 +02:00
parent 74732b71be
commit 70cde88d47
1 changed files with 1 additions and 0 deletions

View File

@ -174,6 +174,7 @@ body, html {
iframe.itch-embedded {
width: 100%;
max-width: 700px;
}
.js-link {