refactor/components-2.0 #17

Merged
HenriqueSantosSantana merged 4 commits from refactor/components-2.0 into develop 2023-01-12 18:12:03 +00:00
Showing only changes of commit 33ae99810c - Show all commits

View File

@ -312,7 +312,7 @@
}
}
.lists {
.footer__lists.lists {
width: 100%;
display: flex;
@ -486,6 +486,7 @@
}
.footer__network {
width: 100%;
& > a {
display: none;
@ -511,10 +512,19 @@
}
.socials {
width: 100%;
display: inline-flex;
align-items: center;
gap: 10px;
@media screen and (min-width: 1025px) {
li {
width: function.fluid(35px, 215px);
min-height: 35px;
flex-grow: 1.2;
}
}
a {
display: flex;
align-items: center;
@ -523,11 +533,6 @@
img {
width: 100%;
height: 100%;
@media only screen and (min-width: 2500px) {
width: 75px;
height: 75px;
}
}
}
}