David %!s(int64=10) %!d(string=hai) anos
pai
achega
fb389f60e9
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      front/style.css

+ 5 - 0
front/style.css

@@ -0,0 +1,5 @@
+.summary { max-height: 35px; transition:0.5s;overflow-y:hidden;}
+.summary:hover { max-height: 999px; }
+
+.keywords { max-height: 40px; transition:0.5s;overflow-y:hidden;margin-bottom:10px;   text-overflow: ellipsis;}
+.keywords:hover { max-height: 999px; }