adiciona footer mobile

This commit is contained in:
Henrique Martins Silva 2022-10-12 18:52:02 -03:00
parent af5b8aa282
commit 63038f819b

View File

@ -102,8 +102,8 @@
@media screen and (min-width:1440px){
.infocard-description{
font-size: 32px;
line-height: 48px;
font-size: 200%;
line-height: 200%;
text-align: center;
}
@ -149,8 +149,8 @@
@media screen and (min-width: 1440px){
.card-text{
font-size: 32px;
line-height: 48px;
font-size: 200%;
line-height: 200%;
text-align: center;
}
}
@ -219,8 +219,8 @@
.b-card-text{
max-width: 367px;
font-size: 32px;
line-height: 48px;
font-size: 200%;
line-height: 200%;
text-align: center;
}
}
@ -280,8 +280,8 @@
@media screen and (min-width: 1440px){
.bottom-text{
font-size: 32px;
line-height: 48px;
font-size: 200%;
line-height: 200%;
text-align: center;
}
}
@ -316,3 +316,17 @@
color: #BDBDBD;
}
@media screen and (max-width:768px){
.text-footer{
max-width: 298px;
text-align: center;
}
}
@media screen and (min-width: 1440px){
.text-footer{
font-size: 200%;
line-height: 200%;
}
}