From 0eb6f7bd54dac7da4a3d5cc3eafc73315e61a60d Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Wed, 19 Oct 2016 14:36:36 +0300 Subject: [PATCH] 123 --- frontend/web/css/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index d157856..0e7343e 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -2094,7 +2094,10 @@ p.right{text-align: right;} margin-left:0px; } .menu li{ - width: 16%; + max-width: 16%; + } + .menu .container{ + max-width: 700px; } } @media (max-width: 991px) { -- libgit2 0.21.4