]> git.parisson.com Git - mezzo.git/commitdiff
Update the project details widths
authorJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Thu, 29 Sep 2016 10:05:18 +0000 (12:05 +0200)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Thu, 29 Sep 2016 10:05:18 +0000 (12:05 +0200)
app/static/src/sass/modules/_project-details.scss

index 01edf2dbfb21c1c240cf6c406d5ff37c48082c05..8676c0173ef78e89eb9b4de7922ca4d5130c6210 100644 (file)
@@ -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) {