Commit 865ec2ef077c926bdc090aaf4dc668926575fed0

Authored by Eugeny Galkovskiy
1 parent 987739f1

123

Showing 1 changed file with 2 additions and 6 deletions   Show diff stats
frontend/web/css/style.css
... ... @@ -533,7 +533,7 @@ footer .socbuts a:hover{
533 533 text-transform: uppercase;
534 534 font-family: 'Lato-Bold';
535 535 font-size: 18px;
536   - padding: 12px 0;
  536 + padding: 7px 0;
537 537 border-bottom: 1px solid #d9d9d9;
538 538 }
539 539 .but_lines:before{
... ... @@ -2097,8 +2097,7 @@ p.right{text-align: right;}
2097 2097 margin-left: 30px;
2098 2098 }
2099 2099 .menu li + li {
2100   - margin-left: 31%;
2101   - padding: 6px 0px;
  2100 + margin-left: 5%;
2102 2101 }
2103 2102 .menu li:nth-child(3n+1){
2104 2103 margin-left:0px;
... ... @@ -2106,9 +2105,6 @@ p.right{text-align: right;}
2106 2105 .menu li{
2107 2106 max-width: 13%;
2108 2107 }
2109   - .menu .container{
2110   - max-width: 780px;
2111   - }
2112 2108 }
2113 2109 @media (max-width: 991px) {
2114 2110 .dropd_menu:before{display:none;}
... ...