bug fix
This commit is contained in:
+10
-2
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user