Commit fbb0a958e97e0f3db41eee554f229e8088fe5525

Authored by Eugeny Galkovskiy
1 parent 0c197463

123

Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
frontend/web/css/style.css
... ... @@ -2164,6 +2164,12 @@ p.right{text-align: right;}
2164 2164 top: 35px;
2165 2165 width: 100%!important;
2166 2166 }
  2167 + .menu li a{
  2168 + height: 45px;
  2169 + display: flex;
  2170 + justify-content: center;
  2171 + align-items: center;
  2172 + }
2167 2173 }
2168 2174 @media (max-width: 729px) {
2169 2175 .post_cont{justify-content: center;}
... ...