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:
parent
7f526eefee
commit
cf63d8b6d8
28 changed files with 687 additions and 104 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -26,7 +26,7 @@
|
|||
display: flex;
|
||||
|
||||
img {
|
||||
max-height: 1.75rem;
|
||||
max-height: 32px;
|
||||
}
|
||||
|
||||
span {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue