Browse Source

improved text display

Bachir Soussi Chiadmi 7 years ago
parent
commit
8b485f112e

+ 3 - 3
sites/all/themes/figureslibres/clameurs/css/dist/styles.css

@@ -313,8 +313,8 @@ input {
               height: 7em;
               overflow: hidden; } }
           .node-thematique .content article.main .field-name-body .summary p {
-            font-size: 1.1em;
-            padding: 0.5em 0.5em 0.5em 0;
+            font-size: 1.05em;
+            padding: 0.5em 1.2em;
             margin: 0;
             font-weight: 500; }
         .node-thematique .content article.main .field-name-body .value {
@@ -329,7 +329,7 @@ input {
             .node-thematique .content article.main .field-name-body .value {
               display: block; } }
           .node-thematique .content article.main .field-name-body .value p {
-            font-size: 1em;
+            font-size: 0.95em;
             padding: 1em 1em 0 1.5em;
             line-height: 1.3;
             margin: 0;

+ 3 - 3
sites/all/themes/figureslibres/clameurs/css/styles.scss

@@ -454,8 +454,8 @@ $header_height_large:400px;
 						height:7em; overflow: hidden;
 					}
 					p{
-						font-size: 1.1em;
-						padding:0.5em 0.5em 0.5em 0;
+						font-size: 1.05em;
+						padding:0.5em 1.2em;
             margin: 0;
 						font-weight: 500;
             // @include white_shadow;
@@ -472,7 +472,7 @@ $header_height_large:400px;
 					background-color: #fff;
 					overflow: hidden;
 					p{
-						font-size: 1em; padding: 1em 1em 0 1.5em; line-height: 1.3; margin:0;
+						font-size: 0.95em; padding: 1em 1em 0 1.5em; line-height: 1.3; margin:0;
             background-color: #fff;
 					}
 				}