mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-21 10:25:10 -04:00
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:
parent
d2f2fa6cc6
commit
66ba0f0ea9
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.home-info .entry-content {
|
.home-info .entry-content {
|
||||||
-webkit-line-clamp: 5;
|
-webkit-line-clamp: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-entry {
|
.post-entry {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue