Commit 7b6593890dcccada643ad47ba2036b05603866c8
1 parent
898c768f
123
Showing
1 changed file
with
2 additions
and
6 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -230,11 +230,6 @@ footer .socbuts ul li{ |
230 | 230 | footer .socbuts a:hover{ |
231 | 231 | opacity:0.6; |
232 | 232 | } |
233 | -.down25px{ | |
234 | - margin-bottom: 25px; | |
235 | - float: left; | |
236 | - width: 100%; | |
237 | -} | |
238 | 233 | .pagination{ |
239 | 234 | display: flex; |
240 | 235 | justify-content: center; |
... | ... | @@ -2121,7 +2116,8 @@ p.right{text-align: right;} |
2121 | 2116 | /**/ |
2122 | 2117 | @media (min-width: 1200px){ |
2123 | 2118 | .nav_up{ |
2124 | - padding: 20px 58px; | |
2119 | + max-width: 960px; | |
2120 | + margin: 0 auto; | |
2125 | 2121 | } |
2126 | 2122 | .col-md-3{ |
2127 | 2123 | margin-left: 22px; | ... | ... |