From 58f4d684d9a3b8a2c75acb5d1202606d4b604afe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Thu, 11 Jun 2015 12:26:26 +0200 Subject: [PATCH] Minor fix on project info margins --- app/styles/modules/home-project.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/modules/home-project.scss b/app/styles/modules/home-project.scss index af262613..8f4fab46 100644 --- a/app/styles/modules/home-project.scss +++ b/app/styles/modules/home-project.scss @@ -14,7 +14,6 @@ .description { @extend %light; @extend %medium; - margin: 0; } .project-data { display: flex; @@ -32,6 +31,7 @@ } .single-project-tags { margin-bottom: 1rem; + margin-top: 1rem; } .timeline { flex: 1;