Co-authored-by: dbroqua <contact@darkou.fr>
Reviewed-on: https://git.darkou.fr/dbroqua/MusicTopus/pulls/24
Co-authored-by: Damien Broqua <dbroqua@noreply.localhost>
Co-committed-by: Damien Broqua <dbroqua@noreply.localhost>
This commit is contained in:
Damien Broqua 2022-03-02 16:50:25 +01:00
parent 7f526eefee
commit cf63d8b6d8
28 changed files with 687 additions and 104 deletions

View file

@ -7,4 +7,18 @@
background-size: cover;
}
}
.container {
.logo {
float: left;
margin-right: 0.75rem;
margin-bottom: 0.75rem;
@include respond-to("small") {
float: none;
text-align: center;
margin-right: 0;
}
}
}
}

View file

@ -26,7 +26,7 @@
display: flex;
img {
max-height: 1.75rem;
max-height: 32px;
}
span {