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,13 +249,14 @@ footer .socbuts a:hover{ | ||
249 | } | 249 | } |
250 | .main-box1:after { | 250 | .main-box1:after { |
251 | content: ''; | 251 | content: ''; |
252 | - width: 93.575%; | 252 | + max-width: calc(100% - 25px); |
253 | + width: 100%; | ||
254 | + margin-left: 25px; | ||
253 | position: absolute; | 255 | position: absolute; |
254 | height: 1px; | 256 | height: 1px; |
255 | background-color: #9f9e9e; | 257 | background-color: #9f9e9e; |
256 | bottom: 0px; | 258 | bottom: 0px; |
257 | left: 0; | 259 | left: 0; |
258 | - margin: 0px 36px; | ||
259 | } | 260 | } |
260 | .main-box1 .title{ | 261 | .main-box1 .title{ |
261 | font-family: 'Lato-Medium'; | 262 | font-family: 'Lato-Medium'; |