forked from M3-Academy/challenge-landing-page
feat(home): tratando responsividade do footer
This commit is contained in:
parent
e04317afe6
commit
ce958a16ee
190
src/index.html
190
src/index.html
File diff suppressed because one or more lines are too long
@ -252,7 +252,7 @@ section.two h2 {
|
||||
}
|
||||
|
||||
.content-footer {
|
||||
width: 50%;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
@ -264,11 +264,12 @@ section.two h2 {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
margin: 11px;
|
||||
}
|
||||
|
||||
.content-logosRedessociais svg {
|
||||
margin: 1%;
|
||||
width: 3%;
|
||||
.content-logosRedessociais a {
|
||||
margin: 10px;
|
||||
width: 2%;
|
||||
}
|
||||
|
||||
.copy {
|
||||
@ -281,12 +282,18 @@ section.two h2 {
|
||||
.copy p {
|
||||
color: #fff;
|
||||
font-size: 11px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 414px){
|
||||
.imagePrincipal, .content-imageSecondFooter {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.content-logosRedessociais a {
|
||||
margin: 5px;
|
||||
width: 5%;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 415px){
|
||||
@ -301,11 +308,15 @@ section.two h2 {
|
||||
|
||||
@media only screen and (max-width: 1024px){
|
||||
h1 {
|
||||
font-size: 2rem;
|
||||
font-size: 1.8rem;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 1.4rem;
|
||||
font-size: 1.1rem;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
.imagePrincipal-mobile {
|
||||
@ -337,7 +348,7 @@ section.two h2 {
|
||||
|
||||
section.one p, section.two p {
|
||||
text-align: center;
|
||||
font-size: 1.1rem;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
.content-imageSecond {
|
||||
|
Loading…
Reference in New Issue
Block a user