From c47d51332031517e796d15a982d6580ed960dd4a Mon Sep 17 00:00:00 2001 From: exane Date: Sat, 4 Jul 2015 17:08:08 +0200 Subject: [PATCH] change layout --- client/scss/main.scss | 7 +++++-- client/templates/info.handlebars | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) 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 @@
{{data.name}}
-
{{>card leader}}
-
+
{{>card leader}}
+
Points:
{{data.score}}