fixed summary height

This commit is contained in:
2017-02-10 18:43:49 +01:00
parent 484c236301
commit d9bcc76e57
2 changed files with 4 additions and 1 deletions
@@ -161,7 +161,9 @@ input {
.node-thematique .content article.main .field-name-body > * {
padding: 0 1em 0 0.2em; }
.node-thematique .content article.main .field-name-body .summary {
position: relative; }
position: relative;
height: 141px;
overflow: hidden; }
.node-thematique .content article.main .field-name-body .summary p {
font-size: 1.3em; }
.node-thematique .content article.main .field-name-body .value {
@@ -207,6 +207,7 @@ body{
>*{padding:0 1em 0 0.2em;}
.summary{
position: relative;
height:141px; overflow: hidden;
p{
font-size: 1.3em;
}