diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index cd8c117..fcca52b 100644 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -1175,6 +1175,13 @@ footer .socbuts a:hover{ background-size: cover; margin: 0px 30px 0px 10px; } +.text_prev{ + position: relative; + margin-bottom: 22px; + max-height: 140px; + overflow: hidden; + text-overflow: ellipsis; +} .note .date{ font-size: 46px; font-family: 'Lato-Light'; -- libgit2 0.21.4