diff --git a/assets/css/post-entry.css b/assets/css/post-entry.css
index 340ffac..532855b 100644
--- a/assets/css/post-entry.css
+++ b/assets/css/post-entry.css
@@ -36,6 +36,10 @@
     font-size: 14px;
 }
 
+.home-info .entry-content {
+    -webkit-line-clamp: 5;
+}
+
 .post-entry {
     position: relative;
     margin-bottom: var(--gap);
diff --git a/layouts/partials/home_info.html b/layouts/partials/home_info.html
index 7feb43a..6be2113 100644
--- a/layouts/partials/home_info.html
+++ b/layouts/partials/home_info.html
@@ -1,5 +1,5 @@
 {{- with $.Site.Params.homeInfoParams }}
-<article class="first-entry">
+<article class="first-entry home-info">
     <header class="entry-header">
         <h2>{{- .Title }}</h2>
     </header>