Make size bigger + add ads

This commit is contained in:
Sysy's
2026-03-31 11:55:20 +02:00
committed by M1n-0
parent 1c59e7af7a
commit 0c2d989ad8
2 changed files with 14 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ main {
} }
.game-layout { .game-layout {
width: min(95vw, 1000px); width: min(96vw, 1200px);
} }
.toolbox { .toolbox {
@@ -74,8 +74,8 @@ main {
} }
.cell { .cell {
width: clamp(28px, 5.5vmin, 60px); width: clamp(28px, 6.2vmin, 72px);
height: clamp(28px, 5.5vmin, 60px); height: clamp(28px, 6.2vmin, 72px);
transition: all 0.2s ease; transition: all 0.2s ease;
display: flex; display: flex;
align-items: center; align-items: center;

View File

@@ -28,7 +28,17 @@
<div id="glass-palette" class="glass-palette"></div> <div id="glass-palette" class="glass-palette"></div>
</section> </section>
</main> </main>
<script>
atOptions = {
'key' : '72b6ba1a1c26b9671167b66063c7e699',
'format' : 'iframe',
'height' : 600,
'width' : 160,
'params' : {}
};
</script>
<script src="https://www.highperformanceformat.com/72b6ba1a1c26b9671167b66063c7e699/invoke.js"></script>
<script src="../../assets/js/game.js" defer></script> <script src="../../assets/js/game.js" defer></script>
</body> </body>
</html> </html>