forked from M3-Academy/practice-time-landing-page
feat(section) Alteração na section icons, resulvido problema na proporção mobile
This commit is contained in:
parent
1610ff5d9e
commit
e09f4cccd7
BIN
assets/images/ResponsivelyApp-Setup-0.19.1.exe
Normal file
BIN
assets/images/ResponsivelyApp-Setup-0.19.1.exe
Normal file
Binary file not shown.
@ -92,6 +92,9 @@ html, body{
|
|||||||
|
|
||||||
.section-icon{
|
.section-icon{
|
||||||
background: linear-gradient(180deg, #00C8FF 0%, #15ACD6 100%);
|
background: linear-gradient(180deg, #00C8FF 0%, #15ACD6 100%);
|
||||||
|
padding-bottom: 68px;
|
||||||
|
padding: 36px 32px;
|
||||||
|
|
||||||
}
|
}
|
||||||
.section-wrapper{
|
.section-wrapper{
|
||||||
display: grid;
|
display: grid;
|
||||||
@ -120,6 +123,7 @@ html, body{
|
|||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
/*----------------------------------------------------------------------*/
|
||||||
|
|
||||||
@media screen and (max-width: 1024px) {
|
@media screen and (max-width: 1024px) {
|
||||||
.main-banner-desktop{
|
.main-banner-desktop{
|
||||||
@ -163,6 +167,34 @@ html, body{
|
|||||||
padding: 36px 32px;
|
padding: 36px 32px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
/*------------------------------------------------------------------*/
|
||||||
|
.img-pc{
|
||||||
|
margin-bottom: 135px;
|
||||||
|
}
|
||||||
|
.section-icon{
|
||||||
|
padding-bottom: 19px;
|
||||||
|
padding: 0 23px;
|
||||||
|
}
|
||||||
|
.section-icons-p{
|
||||||
|
max-width: 302px;
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 24px;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
|
}
|
||||||
|
.section-wrapper{
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
top: -80px;
|
||||||
|
}
|
||||||
|
.section-icons{
|
||||||
|
max-width: 302px;
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 24px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -205,4 +237,4 @@ html, body{
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
/**/
|
/*---------------------------------------------------------------*/
|
Loading…
Reference in New Issue
Block a user