forked from M3-Academy/challenge-landing-page
Compare commits
No commits in common. "main" and "feature/footer" have entirely different histories.
main
...
feature/fo
@ -29,9 +29,7 @@ body {
|
||||
}
|
||||
|
||||
header, footer {
|
||||
background-color: #000;
|
||||
max-width: 1920px;
|
||||
margin: auto;
|
||||
background-color: #000
|
||||
}
|
||||
|
||||
.logo {
|
||||
@ -110,12 +108,11 @@ section.one {
|
||||
align-items: center;
|
||||
margin: 0 11px;
|
||||
box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
|
||||
padding: 2.2% 2.2% 3%;
|
||||
padding: 2.2%;
|
||||
}
|
||||
|
||||
.cardOne svg {
|
||||
width: 30%;
|
||||
margin-bottom: 17px;
|
||||
}
|
||||
|
||||
.cardOne p {
|
||||
@ -130,7 +127,7 @@ section.one {
|
||||
|
||||
.content-imageSecond {
|
||||
width: 88%;
|
||||
margin: 3% auto -3rem;
|
||||
margin: 3% auto 0;
|
||||
|
||||
|
||||
display: grid;
|
||||
@ -185,7 +182,7 @@ section.one {
|
||||
.cardTwo {
|
||||
margin: 10px;
|
||||
box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
|
||||
padding: 4% 2.2% 10%;
|
||||
padding: 2.2%;
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@ -288,8 +285,6 @@ 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