add last content css para mob
This commit is contained in:
parent
26ab244f29
commit
0d41d8056b
@ -211,4 +211,18 @@ small {
|
|||||||
flex: 1 1 100%;
|
flex: 1 1 100%;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.last-content {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
.last-content img {
|
||||||
|
order: -1;
|
||||||
|
}
|
||||||
|
.last-content .info-title {
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
|
small {
|
||||||
|
width: 60%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user