AutorÃa | Ultima modificación | Ver Log |
@import "../../styles/variables.scss";
.footer {
padding: 1rem 0;
position: relative;
> img {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
}
.footer_content {
display: flex;
width: -moz-available;
width: -webkit-fill-available;
width: fill-available;
align-items: center;
gap: 1rem;
ul {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
gap: 10px;
li {
display: inline-flex;
a {
font-size: 14px;
font-weight: 500;
color: $font-color;
}
}
}
}
.footer__main {
display: inline-flex;
img {
margin-right: 5px;
}
p {
color: $subtitle-color;
font-size: 14px;
font-weight: 500;
}
}