feat(adhesion): tmp adhesion
This commit is contained in:
parent
16aa9bd4bb
commit
be64ca4110
16 changed files with 348 additions and 20 deletions
|
|
@ -81,14 +81,34 @@ body {
|
|||
|
||||
.site-footer-socials__logo {
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
fill: white;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: $md-breakpoint) {
|
||||
@media (max-width: $sm-breakpoint) {
|
||||
.site-footer__content {
|
||||
display: flex;
|
||||
justify-content: start;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.site-footer__title-recall {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.site-footer-socials {
|
||||
justify-content: center;
|
||||
margin-bottom: 2.5rem;
|
||||
}
|
||||
|
||||
.inline-menu-list {
|
||||
display: block;
|
||||
text-align: center;
|
||||
|
||||
li {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue