From 7eaa01ee333cde02866b5bb9cddc97c86dcbbd7d Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Wed, 19 Oct 2016 14:27:37 +0300 Subject: [PATCH] 123 --- frontend/web/css/style.css | 7 +++++++ 1 file changed, 7 insertions(+), 0 deletions(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index f012df4..d515505 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -2085,6 +2085,13 @@ p.right{text-align: right;} max-width: 550px; margin-left: 30px; } + .menu li + li { + margin-left: 20%; + padding: 6px 0px; + } + .menu li:nth-child(2n+2){ + margin-left:0px; + } } @media (max-width: 991px) { .post_1_main{margin-left:0;} -- libgit2 0.21.4