This commit is contained in:
haoouba 2021-01-30 21:15:47 +08:00
parent dbd749f6f8
commit 6649415505
2 changed files with 4 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -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 */