diff --git a/index.html b/index.html index eacbd5f..332bf1e 100644 --- a/index.html +++ b/index.html @@ -20,8 +20,10 @@
  • Pacman
  • Portal
  • Happy Wheels
  • +
  • Bloons Tower Defense 5
  • powered by ruffle :D

    +

    fyi if you want me to add a game, or want a takedown of a game, plz fill out this form

    diff --git a/styles.css b/styles.css index 93a2655..19c134f 100644 --- a/styles.css +++ b/styles.css @@ -38,4 +38,25 @@ a:link { } a:hover { color: #4343ff; +} +#flash-container { + width: 100%; + max-width: 80%; + aspect-ratio: 4 / 3; /* adjust if needed */ + margin: auto; +} + +#flash-container ruffle-player, +#flash-container canvas { + width: 100% !important; + height: 100% !important; + object-fit: contain; +} + +#flash-container { + width: min(90vw, 800px); /* container size */ + margin: auto; + display: flex; + justify-content: center; + align-items: center; } \ No newline at end of file