Skip to content

Commit

Permalink
fix(tuto): hauteur iphone5/se
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoblanc committed Aug 14, 2019
1 parent e96b57e commit d7b4d79
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/app/home/tuto/tuto.page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,18 @@ ion-content {
}
}

@media screen and (max-height: 620px) {
.bloc-container {
margin-bottom: 4vh;
.image-container {
img {
width: 8vh;
}
}
}
}


#fab-container {
padding-top: 5rem;
}
Expand Down

0 comments on commit d7b4d79

Please sign in to comment.