forked from dbroqua/MusicTopus
Version 1.0 (#26)
Issues : * [x] Pouvoir partager sa collection #1 * [x] Exporter sa collection #2 * [x] Pouvoir visualiser le détail d'un album #3 * [x] Pouvoir visualiser les médias d'un album #5 * [x] Avoir un titre distinct par page #29 * [x] Avoir des statistiques avec Matomo #30 * [x] Avoir un logo pour les pages d'erreurs #32 Co-authored-by: dbroqua <contact@darkou.fr> Reviewed-on: https://git.darkou.fr/dbroqua/MusicTopus/pulls/26
This commit is contained in:
parent
b27a81a0b6
commit
23c58459af
44 changed files with 1161 additions and 133 deletions
22
sass/500.scss
Normal file
22
sass/500.scss
Normal file
|
@ -0,0 +1,22 @@
|
|||
.body-500 {
|
||||
padding: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
font-weight: 400;
|
||||
font-size: larger;
|
||||
line-height: 200%;
|
||||
|
||||
text-align: center;
|
||||
|
||||
img {
|
||||
max-width: 60%;
|
||||
margin-bottom: 32px;
|
||||
|
||||
@include respond-to("small-up") {
|
||||
max-width: 30%;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue