bug fix
This commit is contained in:
+10
-2
@@ -407,10 +407,12 @@ h1 {
|
|||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||||
gap: 14px;
|
gap: 14px;
|
||||||
|
align-items: start;
|
||||||
}
|
}
|
||||||
|
|
||||||
.memory-card {
|
.memory-card {
|
||||||
min-height: 190px;
|
height: 220px;
|
||||||
|
min-height: 0;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 120px minmax(0, 1fr);
|
grid-template-columns: 120px minmax(0, 1fr);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@@ -431,7 +433,7 @@ h1 {
|
|||||||
.memory-card-visual {
|
.memory-card-visual {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
min-height: 190px;
|
min-height: 0;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -449,6 +451,7 @@ h1 {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
|
overflow: hidden;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -460,9 +463,13 @@ h1 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.memory-card-copy > strong {
|
.memory-card-copy > strong {
|
||||||
|
display: -webkit-box;
|
||||||
|
overflow: hidden;
|
||||||
margin-top: 7px;
|
margin-top: 7px;
|
||||||
font-size: 19px;
|
font-size: 19px;
|
||||||
line-height: 1.35;
|
line-height: 1.35;
|
||||||
|
-webkit-box-orient: vertical;
|
||||||
|
-webkit-line-clamp: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.memory-card-text {
|
.memory-card-text {
|
||||||
@@ -2780,6 +2787,7 @@ h2 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.memory-card {
|
.memory-card {
|
||||||
|
height: auto;
|
||||||
grid-template-columns: 1fr;
|
grid-template-columns: 1fr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user