Nabídka představení
FILTROVAT :
<style> /*-- The root styles must go in the element of the structure with the name "Excerpt". --*/ /*-- This will ensure that the excerpt is always displayed in two lines no matter how wide the text is, so that it is always responsive and does not break the design. --*/ .card-nw-archive__excerpt{ overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; height: max-content; } </style>