File: /var/www/linde-elearning/styles/layout/_footer.scss
.footer {
background-color: var(--color-1);
margin-top: auto;
padding-top: 35px;
padding-bottom: 20px;
&__wrap {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
&__links {
list-style: none;
padding: 0;
display: flex;
@media screen and (max-width:425px) {
flex-direction: column;
align-items: center;
}
}
&__link {
margin-right: 30px;
opacity: 0.8;
font-size: 14px;
color: var(--color-4);
}
&__copyright {
font-size: 16px;
font-weight: 400;
line-height: calc(25 / 16);
color: var(--color-4);
opacity: 0.8;
}
}