diff --git a/client/scss/main.scss b/client/scss/main.scss index 19fa097..64070b1 100644 --- a/client/scss/main.scss +++ b/client/scss/main.scss @@ -41,7 +41,8 @@ $game-height: 800px; .field { //width: 100%; height: 100px; - border: 1px solid black; + border-bottom: 1px solid black; + //border: 1px solid black; /*margin-bottom: 15px;*/ /* overflow: hidden; @@ -280,7 +281,9 @@ $game-height: 800px; } .right-side { - border: 1px solid black; + &:nth-child(2) { + border-bottom: 1px solid black; + } height: $height/2; } diff --git a/client/templates/info.handlebars b/client/templates/info.handlebars index 37a3851..4e3cf73 100644 --- a/client/templates/info.handlebars +++ b/client/templates/info.handlebars @@ -1,6 +1,6 @@