From a177060d5722899b4bf7a962827ab65f45b9358a Mon Sep 17 00:00:00 2001 From: Juanfran Date: Fri, 22 Aug 2014 08:58:47 +0200 Subject: [PATCH] fix home links width --- app/styles/modules/home-projects-list.scss | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/app/styles/modules/home-projects-list.scss b/app/styles/modules/home-projects-list.scss index 303ae12f..d91fedfd 100644 --- a/app/styles/modules/home-projects-list.scss +++ b/app/styles/modules/home-projects-list.scss @@ -27,15 +27,23 @@ margin: 0; padding: 0; } + a { + height: 100%; + left: 0; + padding: 1rem; + position: absolute; + top: 0; + width: 100%; + } li { @include table-flex-child(1, 230px, 0, 23.5%); @include transition(background-color .3s linear); background-color: rgba($white, .5); color: $whitish; + height: 121px; margin-bottom: 1rem; margin-right: 1rem; overflow: hidden; - padding: 1rem; position: relative; &:hover { @include transition(background-color .3s linear);