angouleme: make logo fit available width and space correctly (#71790)

This commit is contained in:
Corentin Sechet 2022-11-28 16:47:15 +01:00
parent dcf93f5b01
commit 799c5845bf
1 changed files with 10 additions and 0 deletions

View File

@ -122,12 +122,22 @@ div#footer{
display:flex;
flex-direction: row;
> * {
flex-grow: 1;
}
a {
text-decoration: none;
}
.ang-footer-logo-list {
display: flex;
justify-content: space-evenly;
}
@media ($min-desktop-viewport) {
&::before {
flex-grow: 0;
margin: 1rem 2rem;
content: url(/assets/footer:logo);
}