diff --git a/style/starterkit.css b/style/starterkit.css index 4e00a21..f641757 100644 --- a/style/starterkit.css +++ b/style/starterkit.css @@ -49,8 +49,15 @@ margin: 5px; font-size: 0.9rem; color: #ccc; + text-align: justify; + hyphens: auto; + display: -webkit-box; + -webkit-line-clamp: 4; + -webkit-box-orient: vertical; + overflow: hidden; } + .profile-count { font-size: 0.9rem; color: #ccc;