feat: Adiciona artigo inferior mobile

This commit is contained in:
Saulo Klein Nery 2022-10-12 15:47:35 -03:00
parent 2f30e29b0c
commit 95df6d650a

View File

@ -257,6 +257,23 @@ body{
font-size: 14px;
line-height: 24px;
}
.bottom-article{
flex-direction: column-reverse;
}
.bottom-article-text{
max-width: 85%;
}
.bottom-article-title{
font-size: 24px;
line-height: 29px;
}
.bottom-article-figure{
width: 100%;
}
}
@media screen and (min-width: 1025px){