Make size bigger + add ads
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -28,6 +28,16 @@
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user