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