From 5f42509486e99a726ee0556471aebfb87b9cc08c Mon Sep 17 00:00:00 2001 From: zhegal Date: Wed, 25 Oct 2017 12:39:03 +0300 Subject: [PATCH] pull-left margin-top, col-md-12 -> col-md-6 --- frontend/web/css/custom.css | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/frontend/web/css/custom.css b/frontend/web/css/custom.css index dc8df31..f51e297 100755 --- a/frontend/web/css/custom.css +++ b/frontend/web/css/custom.css @@ -476,6 +476,9 @@ div.modal-title{ .footer-copyrights{ margin-top:0; } + .pull-left{ + margin-top: 15px; + } } @media (max-width: 767px) { -- libgit2 0.21.4