Commit b4bcdf929bdcf05157dbe9222e0061ff05fc0ba4
1 parent
bd4e53d7
поправив, бо перебива стилі адаптації
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
www/css/main.css
... | ... | @@ -4103,7 +4103,7 @@ input[type=number] { |
4103 | 4103 | } |
4104 | 4104 | #content_nav .content_nav_first_floor.clearfix { |
4105 | 4105 | padding: 0; |
4106 | - width: 25% !important; | |
4106 | + width: 25%; | |
4107 | 4107 | box-sizing: border-box; |
4108 | 4108 | text-align: center; |
4109 | 4109 | margin: 15px 0; |
... | ... | @@ -4118,7 +4118,7 @@ input[type=number] { |
4118 | 4118 | } |
4119 | 4119 | #content_nav .content_nav_second_floor .float { |
4120 | 4120 | padding: 0 !important; |
4121 | - width: 25% !important; | |
4121 | + width: 25%; | |
4122 | 4122 | box-sizing: border-box; |
4123 | 4123 | text-align: center; |
4124 | 4124 | margin: 25px 0; | ... | ... |