From 821b7e18c54d313d10fa5c664c61bbb54733594d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Thu, 25 Sep 2014 17:56:37 +0200 Subject: [PATCH] Fixed avatar size to make image as big as text width --- app/styles/modules/common/nav.scss | 1 + app/styles/modules/home-projects-list.scss | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/styles/modules/common/nav.scss b/app/styles/modules/common/nav.scss index e8a8a7fc..ac798ce7 100644 --- a/app/styles/modules/common/nav.scss +++ b/app/styles/modules/common/nav.scss @@ -12,6 +12,7 @@ } .logo-container { margin: 20%; + cursor: pointer; object, img, svg { diff --git a/app/styles/modules/home-projects-list.scss b/app/styles/modules/home-projects-list.scss index c8ca1978..36f04508 100644 --- a/app/styles/modules/home-projects-list.scss +++ b/app/styles/modules/home-projects-list.scss @@ -33,11 +33,10 @@ } } .info { - padding: 10px 5px; padding-right: 1rem; } img { - width: 60px; + width: 40px; } } }