price -> prices (unfinished)
This commit is contained in:
@@ -79,3 +79,13 @@
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
}
|
||||
|
||||
.card-description {
|
||||
overflow: hidden;
|
||||
line-height: 1.2em;
|
||||
max-height: 3.5em;
|
||||
text-overflow: ellipsis;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2; /* number of lines to show */
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user