fix folder structure
This commit is contained in:
parent
31afed495e
commit
e28a9b171b
67 changed files with 0 additions and 20 deletions
19
static/css/recent-posts.css
Normal file
19
static/css/recent-posts.css
Normal file
|
@ -0,0 +1,19 @@
|
|||
.recent-posts .card .card-footer span {
|
||||
font-size: 10pt;
|
||||
color: #6c757d !important;
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
.recent-posts .card .card-footer {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.post-summery {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
display: -webkit-box;
|
||||
/* line-height: 24px; fallback */
|
||||
max-height: 144px; /* fallback */
|
||||
-webkit-line-clamp: 5; /* number of lines to show */
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue