improved text display

This commit is contained in:
2017-03-03 18:30:12 +01:00
parent ce63cadae4
commit 8b485f112e
2 changed files with 6 additions and 6 deletions
@@ -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;
@@ -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;
}
}