Merge pull request 'feat: adiciona footer top 2500px' (#13) from feature/adiciona-footer-top-2500px into development

Reviewed-on: #13
This commit is contained in:
Rafael Sampaio de Oliveira 2023-01-03 16:59:31 +00:00
commit e0b7730cbc

View File

@ -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;
}
}
}
}