price -> prices (unfinished)

This commit is contained in:
2020-11-08 19:07:52 +01:00
parent dfa1a88163
commit dd9501e3cc
11 changed files with 364 additions and 82 deletions

View File

@@ -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;
}