diff --git a/public/img/clear.png b/public/img/clear.png
new file mode 100644
index 0000000..6e31a84
Binary files /dev/null and b/public/img/clear.png differ
diff --git a/src/components/GamePiece.vue b/src/components/GamePiece.vue
index cf9ad4f..161699a 100644
--- a/src/components/GamePiece.vue
+++ b/src/components/GamePiece.vue
@@ -72,7 +72,7 @@ export default {
.gamePiece {
/* background-color: #212529; */
aspect-ratio: 1;
- margin: 5px;
+ margin: 1px;
z-index: 20;
transition: 300ms;
container-type: size;
diff --git a/src/views/gameBoard.vue b/src/views/gameBoard.vue
index 66b0c0e..d7c1953 100644
--- a/src/views/gameBoard.vue
+++ b/src/views/gameBoard.vue
@@ -551,6 +551,12 @@ export default {
+
+
+
+
+
+