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