Skip to content
Snippets Groups Projects
Commit a81ac484 authored by Marlène SIMONDANT's avatar Marlène SIMONDANT
Browse files

Footer styles

parent c208c892
No related branches found
No related tags found
1 merge request!2Footer
/* Footer */
footer {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
flex-wrap: wrap;
background-color: var(--ml-footer-background-color);
gap: 20px 40px;
padding: 12px;
a {
font-size: var(--ml-small-font-size);
color: var(--ml-footer-links-color);
text-decoration: none;
}
@media (max-width: 480px) {
//@media #{$phone} {
flex-direction: column;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment