add last content css para mob

This commit is contained in:
Marcela Mathias 2022-10-13 20:13:35 -03:00
parent 26ab244f29
commit 0d41d8056b

View File

@ -211,4 +211,18 @@ small {
flex: 1 1 100%;
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%;
}
}