#32 - Avoir un logo pour les pages d'erreurs

This commit is contained in:
Damien Broqua 2022-04-08 15:01:09 +02:00
parent 5b9d6c94b8
commit 7d7ee080ed
4 changed files with 372 additions and 34 deletions

22
sass/500.scss Normal file
View 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%;
}
}
}

View file

@ -41,6 +41,7 @@
@import './box';
@import './error';
@import './500';
@import './home';
@import './ajouter-un-album';
@import './collection';