From 87aa860c87d9461e9e54f3c9680f7ccd8b197aff Mon Sep 17 00:00:00 2001 From: James Allen Date: Tue, 29 Jul 2014 12:29:00 +0100 Subject: [PATCH] Update about page css --- services/web/public/stylesheets/app/about-page.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/public/stylesheets/app/about-page.less b/services/web/public/stylesheets/app/about-page.less index 651e71ca53..f92d2fbf3c 100644 --- a/services/web/public/stylesheets/app/about-page.less +++ b/services/web/public/stylesheets/app/about-page.less @@ -3,6 +3,6 @@ .img-container { float: left; overflow: hidden; - margin: (@line-height-computed / 2) @line-height-computed @line-height-computed (@line-height-computed / 2); + margin: (@line-height-computed / 4) @line-height-computed @line-height-computed (@line-height-computed / 2); } } \ No newline at end of file