From 8299f02c42dbd1ff90c04eefc7ce7f3740ca26c5 Mon Sep 17 00:00:00 2001 From: Sorrel Bri Date: Wed, 7 Aug 2019 17:46:56 -0700 Subject: [PATCH] fix komi suggestion bug, add style --- css/main.css | 5 ----- index.html | 2 +- js/main.js | 8 +++----- 3 files changed, 4 insertions(+), 11 deletions(-) diff --git a/css/main.css b/css/main.css index 091e594..47d8582 100644 --- a/css/main.css +++ b/css/main.css @@ -283,12 +283,9 @@ content { #board-space { grid-area: board; margin: 0 auto; - /* grid-area: board-space; */ display: flex; flex-direction: column; background-color: rgba(234, 178, 78, 1); - /* width: 90vmin; */ - /* height: 90vmin; */ padding: 1vmin; z-index: 1; box-shadow: -2vmin 4vmin 3vmin rgba(145, 92, 23, 0.5); @@ -300,8 +297,6 @@ content { display: flex; align-items: stretch; justify-content: space-between; - height: 81vmin; - width: 81min; margin: auto; } diff --git a/index.html b/index.html index 31e0b39..f4ea966 100644 --- a/index.html +++ b/index.html @@ -22,7 +22,7 @@ - +