finish year page
This commit is contained in:
parent
9d3800690d
commit
bb924bed7b
5 changed files with 22 additions and 29 deletions
|
|
@ -1,14 +1,3 @@
|
|||
.panel-item-content__edito.short {
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 5;
|
||||
overflow: hidden;
|
||||
|
||||
/* Do not remove : required not to crop letters descenders */
|
||||
padding-bottom: 0.16rem;
|
||||
height: 8.5rem;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
|
@ -133,3 +122,19 @@ button.less::after {
|
|||
.transition {
|
||||
transition: all 0.5s var(--curve-sine);
|
||||
}
|
||||
|
||||
.short {
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 5;
|
||||
overflow: hidden;
|
||||
|
||||
/* Do not remove : required not to crop letters descenders */
|
||||
padding-bottom: 0.16rem;
|
||||
/* height: 8.5rem; */
|
||||
}
|
||||
|
||||
.see-more {
|
||||
width: 100%;
|
||||
margin-top: calc(var(--unit--vertical) / 2);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue