更新
This commit is contained in:
parent
dbd749f6f8
commit
6649415505
File diff suppressed because one or more lines are too long
@ -237,6 +237,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.description {
|
.description {
|
||||||
|
overflow: hidden;
|
||||||
dt {
|
dt {
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
color: var(--main);
|
color: var(--main);
|
||||||
@ -244,7 +245,7 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
dd {
|
dd {
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -260,7 +261,7 @@
|
|||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
color: var(--routine);
|
color: var(--routine);
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
-webkit-line-clamp: 3;
|
-webkit-line-clamp: 2;
|
||||||
/*! autoprefixer: off */
|
/*! autoprefixer: off */
|
||||||
-webkit-box-orient: vertical;
|
-webkit-box-orient: vertical;
|
||||||
/* autoprefixer: on */
|
/* autoprefixer: on */
|
||||||
|
Loading…
Reference in New Issue
Block a user