diff --git a/ultra-super-stylish-reversi/index.html b/ultra-super-stylish-reversi/index.html
index d7d793b..e3f9c70 100644
--- a/ultra-super-stylish-reversi/index.html
+++ b/ultra-super-stylish-reversi/index.html
@@ -10,11 +10,13 @@
Welcome to Ultra Super Stylish Reversi, USSR!!!
-
+
-
-
-
+
+
+
diff --git a/ultra-super-stylish-reversi/main.css b/ultra-super-stylish-reversi/main.css
index c73eed0..b144277 100644
--- a/ultra-super-stylish-reversi/main.css
+++ b/ultra-super-stylish-reversi/main.css
@@ -14,10 +14,12 @@ h1{
#table{
background-color:transparent;
margin-left:30vw;
+ width: 70vmin;
+ height:70vmin;
}
#table td{
border: 1px solid white;
- width:10vmin; height:10vmin;
+ /*width:10vmin; height:10vmin;*/
}
#flex{
padding-left:1vw;