Skip to content

Commit

Permalink
fix(tutot): fautes + taille slides
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoblanc committed Aug 14, 2019
1 parent b584c58 commit e0dd42f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/app/home/tuto/tuto.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@
<ion-icon name="hammer"></ion-icon>
</ion-fab-button>
</ion-fab>
<ion-text>Ce bouton sera votre outil de construction. Vous pourrez l'utiliser pour: proposer une nouvelle idées
<ion-text>Ce bouton sera votre outil de construction. Vous pourrez l'utiliser pour : proposer une nouvelle idée
révolutionnaire, signaler un bug ou un manque de clarté.</ion-text>
</div>

<div class="bloc-container">
<div class="image-container">
<ion-icon color="primary" name="logo-github"></ion-icon>
<ion-icon class="github-icon" color="primary" name="logo-github"></ion-icon>
</div>
<ion-text>Le repository open source github se trouve <a href="https:/hugoblanc/Athena">ici</a>.
</ion-text>
Expand Down
16 changes: 15 additions & 1 deletion src/app/home/tuto/tuto.page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ion-content {
color: white;
}

ion-icon {
.github-icon {
font-size: 4rem;
}

Expand All @@ -45,6 +45,20 @@ ion-content {
}
}

@media screen and (min-height: 750px) {
.bloc-container {
margin-bottom: 9vh;
.image-container {
img {
width: 14vh;
}
}
.github-icon {
font-size: 6rem;
}
}
}


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

0 comments on commit e0dd42f

Please sign in to comment.