Commit 6afbea9a9115f55acc53fe151efbd60599b8f0cc
1 parent
84fea7d3
123
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
frontend/web/css/style.css
| ... | ... | @@ -249,13 +249,14 @@ footer .socbuts a:hover{ |
| 249 | 249 | } |
| 250 | 250 | .main-box1:after { |
| 251 | 251 | content: ''; |
| 252 | - width: 93.575%; | |
| 252 | + max-width: calc(100% - 25px); | |
| 253 | + width: 100%; | |
| 254 | + margin-left: 25px; | |
| 253 | 255 | position: absolute; |
| 254 | 256 | height: 1px; |
| 255 | 257 | background-color: #9f9e9e; |
| 256 | 258 | bottom: 0px; |
| 257 | 259 | left: 0; |
| 258 | - margin: 0px 36px; | |
| 259 | 260 | } |
| 260 | 261 | .main-box1 .title{ |
| 261 | 262 | font-family: 'Lato-Medium'; | ... | ... |