Commit 8f931ba9ff89a828e9ce237dcc2ee27654fddf4e
1 parent
535df954
123
Showing
1 changed file
with
7 additions
and
0 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -1175,6 +1175,13 @@ footer .socbuts a:hover{ |
1175 | 1175 | background-size: cover; |
1176 | 1176 | margin: 0px 30px 0px 10px; |
1177 | 1177 | } |
1178 | +.text_prev{ | |
1179 | + position: relative; | |
1180 | + margin-bottom: 22px; | |
1181 | + max-height: 140px; | |
1182 | + overflow: hidden; | |
1183 | + text-overflow: ellipsis; | |
1184 | +} | |
1178 | 1185 | .note .date{ |
1179 | 1186 | font-size: 46px; |
1180 | 1187 | font-family: 'Lato-Light'; | ... | ... |