diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 20152db..8554f39 100644 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -249,13 +249,14 @@ footer .socbuts a:hover{ } .main-box1:after { content: ''; - width: 93.575%; + max-width: calc(100% - 25px); + width: 100%; + margin-left: 25px; position: absolute; height: 1px; background-color: #9f9e9e; bottom: 0px; left: 0; - margin: 0px 36px; } .main-box1 .title{ font-family: 'Lato-Medium'; -- libgit2 0.21.4