carloswinter #1

Merged
carloswinter merged 9 commits from carloswinter into main 2022-10-11 13:31:34 +00:00
Showing only changes of commit 8322f5de14 - Show all commits

View File

@ -135,17 +135,18 @@ body{
line-height: 24px; line-height: 24px;
} }
.bottombanner{ .bottombanner{
display:flex; margin-top:108px;
flex-direction: column;
align-items: center;
margin-top: 108px;
} }
.bottombanner figure{ .bottombanner figure{
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
text-align: center; text-align: center;
} }
.bottombanner figure figcaption{
width: 35%;
}
.bottombanner-subtitle{ .bottombanner-subtitle{
font-weight: 600; font-weight: 600;
@ -153,16 +154,14 @@ body{
line-height: 39px; line-height: 39px;
} }
.bottombanner-text{ .bottombanner-text{
text-align: center;
font-weight: 400; font-weight: 400;
font-size: 16px; font-size: 16px;
line-height: 24px; line-height: 24px;
max-width: 550px;
margin-bottom: 50px; margin-bottom: 50px;
} }
.bottombanner-desktop{ .bottombanner-desktop{
display: block; display: block;
width: 100%; width: 71%;
} }
.bottombanner-mobile{ .bottombanner-mobile{
display:none; display:none;
@ -301,6 +300,10 @@ body{
align-items: center; align-items: center;
text-align: center; text-align: center;
} }
.bottombanner figure figcaption{
width:auto;
margin: 0 7%;
}
.bottombanner-subtitle{ .bottombanner-subtitle{
margin-top: 50px; margin-top: 50px;
margin-bottom: 9px; margin-bottom: 9px;
@ -308,7 +311,7 @@ body{
line-height: 29px; line-height: 29px;
} }
.bottombanner-text{ .bottombanner-text{
margin:0 32px; margin:0;
} }
.bottombanner-desktop{ .bottombanner-desktop{
display: none; display: none;
@ -317,6 +320,7 @@ body{
display:block; display:block;
width: 100%; width: 100%;
} }
.footer{ .footer{
margin-top: 87px; margin-top: 87px;
padding: 32px; padding: 32px;
@ -333,14 +337,10 @@ body{
.topinfo-subtitle{ .topinfo-subtitle{
font-size: 64px; font-size: 64px;
line-height: 78px; line-height: 78px;
} }
.topinfo-title{ .topinfo-title{
font-size: 96px; font-size: 96px;
line-height: 116px; line-height: 116px;
} }
.topinfo-text{ .topinfo-text{
font-size: 32px; font-size: 32px;
@ -370,5 +370,18 @@ body{
.middlecard figure img{ .middlecard figure img{
width: 3vw; width: 3vw;
} }
.bottombanner-subtitle{
font-size: 64px;
line-height: 78px;
}
.bottombanner-text{
font-size: 32px;
line-height: 48px;
}
.footer-text{
font-size: 20px;
line-height: 24px;
}
}
}