Skip to content

Commit

Permalink
Grossi un peu le smartphone de la page d'accueil
Browse files Browse the repository at this point in the history
  • Loading branch information
etienneCharignon committed Mar 15, 2024
1 parent 50ebcf5 commit b613a04
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions assets/sass/accueil.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,22 @@
&.internet {
justify-content: flex-start;
margin-left: 1rem;
svg {
width: 3rem;
height: 3rem;
}
}
&.smartphone {
justify-content: flex-end;
margin-right: 3rem;
}
svg {
width: 3rem;
height: 3rem;

path {
fill: $bleu;
svg {
width: 4rem;
height: 4rem;
}
}
svg path {
fill: $bleu;
}
}
}

Expand Down

0 comments on commit b613a04

Please sign in to comment.