diff --git a/sites/all/themes/figureslibres/clameurs/css/dist/styles.css b/sites/all/themes/figureslibres/clameurs/css/dist/styles.css index c16dfc20..8e7e113a 100755 --- a/sites/all/themes/figureslibres/clameurs/css/dist/styles.css +++ b/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; diff --git a/sites/all/themes/figureslibres/clameurs/css/styles.scss b/sites/all/themes/figureslibres/clameurs/css/styles.scss index 77df686f..9030338c 100755 --- a/sites/all/themes/figureslibres/clameurs/css/styles.scss +++ b/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; } }