forked from M3-Academy/desafio-react-e-typescript
feat: adiciona footer top 2500px #13
@ -18,6 +18,7 @@
|
||||
justify-content: space-between;
|
||||
width: 707px;
|
||||
height: 100%;
|
||||
margin-right: 50px;
|
||||
|
||||
.menuLists-title {
|
||||
height: 14px;
|
||||
@ -60,7 +61,7 @@
|
||||
|
||||
&__socialMedia {
|
||||
width: 215px;
|
||||
height: 63px;
|
||||
height: auto;
|
||||
|
||||
.socialMedia-icons {
|
||||
display: flex;
|
||||
@ -81,4 +82,51 @@
|
||||
color: var(--black-400);
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 2500px) {
|
||||
height: 297px;
|
||||
|
||||
&__content {
|
||||
width: 92.037%;
|
||||
}
|
||||
|
||||
&__menuList {
|
||||
width: 1531px;
|
||||
|
||||
.menuLists-title {
|
||||
height: 28px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 28px;
|
||||
line-height: 33px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 24px;
|
||||
line-height: 28px;
|
||||
}
|
||||
|
||||
li {
|
||||
font-size: 24px;
|
||||
line-height: 28px;
|
||||
}
|
||||
}
|
||||
|
||||
&__socialMedia {
|
||||
width: 390px;
|
||||
|
||||
.socialMedia-icons {
|
||||
img {
|
||||
width: 70px;
|
||||
height: 70px;
|
||||
}
|
||||
}
|
||||
|
||||
.socialMeida-site {
|
||||
font-size: 28px;
|
||||
line-height: 33px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user