diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 1a8984e..5ebc149 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -2092,6 +2092,9 @@ p.right{text-align: right;} .menu li:nth-child(3n+1){ margin-left:0px; } + .menu li{ + width: 16%; + } } @media (max-width: 991px) { .post_1_main{margin-left:0;} -- libgit2 0.21.4