From 46c949aa5209fd26aa3b062a15523bd131cdcfd8 Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Wed, 19 Oct 2016 15:10:09 +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 2faa47c..9bbc0a8 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -2120,6 +2120,13 @@ p.right{text-align: right;} padding-top: 35px; max-width: 587px; } + .menu li{ + min-width:100%; + max-width:100%; + } + .menu .container{ + padding: 8px 0px; + } } @media (max-width: 729px) { .post_cont{justify-content: center;} -- libgit2 0.21.4