Feture-home-page #2

Merged
Gabriel_Ferraz_Nogueira merged 10 commits from Feture-home-page into main 2022-10-12 21:53:00 +00:00
Showing only changes of commit dc6149e30a - Show all commits

View File

@ -146,6 +146,7 @@ body{
}
.bottom-banner-text{
width: 29%;
min-width: 550px;
text-align: center;
}
.bottom-banner-subtitle{
@ -228,6 +229,9 @@ body{
font-size: 64px;
line-height: 78px;
}
.bottom-banner-text{
min-width: 900px;
}
.bottom-banner-describition{
font-size: 32px;
line-height: 48px;
@ -333,6 +337,7 @@ body{
}
.bottom-banner-text{
width: 85%;
min-width: 0;
}
.bottom-banner-subtitle{
font-size: 24px;
@ -347,7 +352,7 @@ body{
width: 63%;
}
}
@media screen and (max-width: 280px) {
@media screen and (max-width: 413px) {
.top-card {
width: 95%;
padding: 36px 7px 26px;