From 6afbea9a9115f55acc53fe151efbd60599b8f0cc Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Mon, 3 Oct 2016 15:15:47 +0300 Subject: [PATCH] 123 --- frontend/web/css/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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