From 55a39fe1c720b3009b8a20242b1693788a4cbcbd Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Tue, 12 Jun 2018 21:11:55 -0700 Subject: [PATCH] Make top-bar take up full width. --- public/css/main.css | 4 ++-- public/scss/main.scss | 2 +- src/Go/views/base.ecr | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/css/main.css b/public/css/main.css index 574ae15..89b95d4 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -63,14 +63,14 @@ div.top-bar { background-image: url(/images/grid.jpg); line-height: 135px; display: flex; - justify-content: center; } + justify-content: center; + margin-bottom: 40px; } .board { background-color: tomato; padding: 20px; max-width: 500px; margin: auto; - margin-top: 20px; border-radius: 10px; } .black-player .board-cell:hover .overlay { diff --git a/public/scss/main.scss b/public/scss/main.scss index 3b133a3..72564eb 100644 --- a/public/scss/main.scss +++ b/public/scss/main.scss @@ -83,6 +83,7 @@ div.top-bar { line-height: 135px; display: flex; justify-content: center; + margin-bottom: 40px; } .board { @@ -90,7 +91,6 @@ div.top-bar { padding: 20px; max-width: 500px; margin: auto; - margin-top: 20px; border-radius: 10px; } diff --git a/src/Go/views/base.ecr b/src/Go/views/base.ecr index 2785c15..5742caa 100644 --- a/src/Go/views/base.ecr +++ b/src/Go/views/base.ecr @@ -6,8 +6,8 @@ +

GO

-

GO

<%= content %>