This commit is contained in:
2026-07-18 11:54:59 +08:00 Unverified
parent 85a21e2358
commit c6a813f90c
+10 -2
View File
@@ -407,10 +407,12 @@ h1 {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 14px;
align-items: start;
}
.memory-card {
min-height: 190px;
height: 220px;
min-height: 0;
display: grid;
grid-template-columns: 120px minmax(0, 1fr);
overflow: hidden;
@@ -431,7 +433,7 @@ h1 {
.memory-card-visual {
width: 100%;
height: 100%;
min-height: 190px;
min-height: 0;
object-fit: cover;
}
@@ -449,6 +451,7 @@ h1 {
display: flex;
flex-direction: column;
align-items: flex-start;
overflow: hidden;
padding: 20px;
}
@@ -460,9 +463,13 @@ h1 {
}
.memory-card-copy > strong {
display: -webkit-box;
overflow: hidden;
margin-top: 7px;
font-size: 19px;
line-height: 1.35;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.memory-card-text {
@@ -2780,6 +2787,7 @@ h2 {
}
.memory-card {
height: auto;
grid-template-columns: 1fr;
}