Correction de la largeur d'affichage sur mobiles
This commit is contained in:
parent
561a8b7b6a
commit
cd7b11c6e1
3 changed files with 6 additions and 6 deletions
File diff suppressed because one or more lines are too long
2
css-compiled/template.min.css
vendored
2
css-compiled/template.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -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%;
|
||||
|
|
Loading…
Reference in a new issue