From fbb0a958e97e0f3db41eee554f229e8088fe5525 Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Wed, 19 Oct 2016 18:35:23 +0300 Subject: [PATCH] 123 --- frontend/web/css/style.css | 6 ++++++ 1 file changed, 6 insertions(+), 0 deletions(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 5bb0e77..362d7fa 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -2164,6 +2164,12 @@ p.right{text-align: right;} top: 35px; width: 100%!important; } + .menu li a{ + height: 45px; + display: flex; + justify-content: center; + align-items: center; + } } @media (max-width: 729px) { .post_cont{justify-content: center;} -- libgit2 0.21.4