From: Jérémy Fabre Date: Thu, 29 Sep 2016 10:05:18 +0000 (+0200) Subject: Update the project details widths X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=97ea3edc3e11946d9eabe61596a9928375065aa6;p=mezzo.git Update the project details widths --- diff --git a/app/static/src/sass/modules/_project-details.scss b/app/static/src/sass/modules/_project-details.scss index 01edf2db..8676c017 100644 --- a/app/static/src/sass/modules/_project-details.scss +++ b/app/static/src/sass/modules/_project-details.scss @@ -6,15 +6,15 @@ $module: ".project-details"; text-align: left; @include padding-left(2); - margin-left: 200px; + margin-left: 100px; @include margin-top(0); @include mq($until: lg) { - margin-left: 150px; + margin-left: 100px; } @include mq($until: md) { - margin-left: 150px; + margin-left: 100px; } @include mq($until: sm) { @@ -36,16 +36,16 @@ $module: ".project-details"; font-weight: weight(bold); float: left; clear: both; - width: 200px; + width: 100px; text-align: right; @include margin-right(2); @include mq($until: lg) { - width: 150px; + width: 100px; } @include mq($until: md) { - width: 150px; + width: 100px; } @include mq($until: sm) { @@ -58,16 +58,16 @@ $module: ".project-details"; &__item-desc { float: left; - width: 200px; + width: 350px; @include font-size(m); font-weight: weight(light); @include mq($until: lg) { - width: 200px; + width: 330px; } @include mq($until: md) { - width: 200px; + width: 300px; } @include mq($until: sm) {