Description on 2 lines max

This commit is contained in:
Laurent Destailleur 2019-09-27 09:57:48 +02:00
parent 2e1decc57e
commit 5d0d3b3908

View File

@ -266,6 +266,12 @@ p.description_content{
padding:10px;
margin:0px;
}
div.description_content {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
@media screen and (min-width: 892px) {
.calcbutton{