Description on 2 lines max
This commit is contained in:
parent
2e1decc57e
commit
5d0d3b3908
@ -266,6 +266,12 @@ p.description_content{
|
|||||||
padding:10px;
|
padding:10px;
|
||||||
margin:0px;
|
margin:0px;
|
||||||
}
|
}
|
||||||
|
div.description_content {
|
||||||
|
display: -webkit-box;
|
||||||
|
-webkit-box-orient: vertical;
|
||||||
|
-webkit-line-clamp: 2;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 892px) {
|
@media screen and (min-width: 892px) {
|
||||||
.calcbutton{
|
.calcbutton{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user