From 70aa783729c6fcf50e3023461e21498f57d55d2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Wed, 6 May 2015 08:14:17 +0200 Subject: [PATCH] Minor fixes to the project page styles --- app/styles/modules/home-project.scss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/styles/modules/home-project.scss b/app/styles/modules/home-project.scss index d418719e..d2e068d2 100644 --- a/app/styles/modules/home-project.scss +++ b/app/styles/modules/home-project.scss @@ -12,13 +12,15 @@ display: flex; } .title { - @extend %larger; - @extend %title; + @extend %medium; + @extend %text; + @extend %bold; align-content: center; background: $whitish; display: flex; + justify-content: space-between; margin-bottom: .5rem; - padding: .9rem 1rem; + padding: .5rem 1rem; } .timeline { flex: 1;