From ffd76dd8ac802322cc9cacce209464d87b754ffe Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 26 Oct 2017 01:42:15 +0300 Subject: www: fix 'login to post' padding --- juick-www/src/main/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'juick-www/src/main/static/style.css') diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index 161f7444..cd6595f9 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -279,8 +279,8 @@ body > header nav li:last-child:after { margin: 1em 0; } .page { - background: #E5E5DD; - padding: 5px; + background: #f2f2ec; + padding: 6px; text-align: center; } -- cgit v1.2.3