Make size bigger + add ads

This commit is contained in:
Sysy's
2026-03-31 11:55:20 +02:00
parent abf097e117
commit 94ddc4a00f
2 changed files with 14 additions and 4 deletions

View File

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

View File

@@ -28,7 +28,17 @@
<div id="glass-palette" class="glass-palette"></div>
</section>
</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>
</body>
</html>