style.css 255 B

12345
  1. .summary { max-height: 35px; transition:0.5s;overflow-y:hidden;}
  2. .summary:hover { max-height: 999px; }
  3. .keywords { max-height: 40px; transition:0.5s;overflow-y:hidden;margin-bottom:10px; text-overflow: ellipsis;}
  4. .keywords:hover { max-height: 999px; }