Correction de la largeur d'affichage sur mobiles

This commit is contained in:
Navas 2022-05-26 13:43:18 +02:00
parent 561a8b7b6a
commit cd7b11c6e1
3 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -59,10 +59,10 @@ $image-margin: 2rem;
width: 100%;
}
@include breakpoint(mobile-only) {
width: 100%;
width: 80%;
}
@include breakpoint(small-mobile-range) {
width: 90%;
width: 80%;
}
@include breakpoint(tablet-range) {
width: 100%;