home-info: unset line-clamp for content

- content can be as long as one wants it to be
- was hiding content on mobile devices
- amend to 2c7cffb
This commit is contained in:
Aditya Telange 2020-11-12 22:19:44 +05:30
parent d2f2fa6cc6
commit 66ba0f0ea9
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -37,7 +37,7 @@
}
.home-info .entry-content {
-webkit-line-clamp: 5;
-webkit-line-clamp: unset;
}
.post-entry {