add long description field

This commit is contained in:
ghost 2023-08-30 19:38:04 +03:00
parent e750dac85d
commit c5eef6751d
8 changed files with 68 additions and 25 deletions

View file

@ -242,17 +242,6 @@
transition: opacity .2s;
}
.max-height-220 {
max-height: 220px;
overflow: hidden;
transition: max-height .2s;
}
*:hover > .max-height-parent-hover-840 {
max-height: 840px;
transition: max-height .2s;
}
.blur-2 {
filter: blur(2px);
}