Projects plugin : Add new option plugin_projects_descriptions (#75)
This commit is contained in:
@@ -511,6 +511,22 @@
|
||||
margin: 0 2px;
|
||||
}
|
||||
|
||||
/* Projects */
|
||||
.project .description {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
display: block;
|
||||
width: 420px;
|
||||
margin-left: 37px;
|
||||
max-height: 38px;
|
||||
font-size: 12px;
|
||||
white-space: normal;
|
||||
/* May not work in all browsers */
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
|
||||
/* Fade animation */
|
||||
.af {
|
||||
opacity: 0;
|
||||
|
||||
Reference in New Issue
Block a user