Advertisement
simkoG

mydreamshop.hu

Sep 5th, 2023
871
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.27 KB | None | 0 0
  1. .product .product-block .image {
  2.   aspect-ratio: 1;
  3.   display: flex;
  4.   align-items: center;
  5. }
  6.  
  7. .product .product-block .name {
  8.   --_line-height: 1.5em;
  9.   line-height: var(--_line-height) !important;
  10.   height: calc(var(--_line-height) * 2);
  11.   overflow-y: hidden;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement