From 1853f6736d675c88ec54fd213bf1492f779db7f3 Mon Sep 17 00:00:00 2001 From: Atique Ahmed Ziad Date: Tue, 17 Jan 2017 13:00:21 +0600 Subject: [PATCH] Fixed layout issue of "Learn How" button in Dev Hub page Fixes #4308 --- static/css/devhub/new-landing/common.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/devhub/new-landing/common.less b/static/css/devhub/new-landing/common.less index d38b98f3ef..ac155eb9ef 100644 --- a/static/css/devhub/new-landing/common.less +++ b/static/css/devhub/new-landing/common.less @@ -263,7 +263,7 @@ } .DevHub-content-copy .Button { - margin-top: 25px; + margin: 25px 0 40px 0; } .DevHub-content-copy--manage .Button {