Commit a0eef0815bc6ab88554c3ba371bd43adc7f7712c
1 parent
b6dd46b6
123
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
frontend/web/css/style.css
| ... | ... | @@ -285,9 +285,9 @@ footer .socbuts a:hover{ |
| 285 | 285 | } |
| 286 | 286 | .main-box1:after { |
| 287 | 287 | content: ''; |
| 288 | - max-width: calc(100% - 52px); | |
| 288 | + max-width: calc(100% - 33px); | |
| 289 | 289 | width: 100%; |
| 290 | - margin-left: 25px; | |
| 290 | + margin-left: 17px; | |
| 291 | 291 | position: absolute; |
| 292 | 292 | height: 1px; |
| 293 | 293 | background-color: #cecece; | ... | ... |