From bf4a1226a62ecb98dca34d19e68231d3e0fb3e08 Mon Sep 17 00:00:00 2001 From: Defenders08 <60748247+Defenders08@users.noreply.github.com> Date: Sun, 23 Aug 2020 18:32:56 +0700 Subject: [PATCH] Fix .page_wrap & .container_gray (#7) --- Web/static/css/style.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Web/static/css/style.css b/Web/static/css/style.css index d6e4892d..16a151ea 100644 --- a/Web/static/css/style.css +++ b/Web/static/css/style.css @@ -202,10 +202,12 @@ a { } .page_wrap { - border-bottom: solid 1px #c4c4c4; - border-left: solid 1px #E1E1E1; - border-right: solid 1px #E1E1E1; + border-bottom: solid 1px #c3cad2; + border-left: solid 1px #d5dde6; + border-right: solid 1px #d5dde6; padding: 12px; + width: 604px; + margin-left: 1px; } .content-main-tile { @@ -590,7 +592,7 @@ table.User { .container_gray { background: #F7F7F7; - width: 606px; + width: 604px; padding: 12px; border-top: #EBEBEB solid 1px; margin-left: -12px;