forked from M3-Academy/challenge-landing-page
Compare commits
2 Commits
feature/fo
...
main
Author | SHA1 | Date | |
---|---|---|---|
691d318757 | |||
feaa30f42a |
@ -29,7 +29,9 @@ body {
|
||||
}
|
||||
|
||||
header, footer {
|
||||
background-color: #000
|
||||
background-color: #000;
|
||||
max-width: 1920px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.logo {
|
||||
@ -108,11 +110,12 @@ section.one {
|
||||
align-items: center;
|
||||
margin: 0 11px;
|
||||
box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
|
||||
padding: 2.2%;
|
||||
padding: 2.2% 2.2% 3%;
|
||||
}
|
||||
|
||||
.cardOne svg {
|
||||
width: 30%;
|
||||
margin-bottom: 17px;
|
||||
}
|
||||
|
||||
.cardOne p {
|
||||
@ -127,7 +130,7 @@ section.one {
|
||||
|
||||
.content-imageSecond {
|
||||
width: 88%;
|
||||
margin: 3% auto 0;
|
||||
margin: 3% auto -3rem;
|
||||
|
||||
|
||||
display: grid;
|
||||
@ -182,7 +185,7 @@ section.one {
|
||||
.cardTwo {
|
||||
margin: 10px;
|
||||
box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
|
||||
padding: 2.2%;
|
||||
padding: 4% 2.2% 10%;
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@ -285,6 +288,8 @@ section.two h2 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* ============================== start media queries ===================================*/
|
||||
|
||||
@media only screen and (max-width: 414px){
|
||||
.imagePrincipal, .content-imageSecondFooter {
|
||||
display: none;
|
||||
|
Loading…
Reference in New Issue
Block a user