Skip to content

Commit

Permalink
Réduit la taille de l'icone ordinateur
Browse files Browse the repository at this point in the history
  • Loading branch information
etienneCharignon committed Mar 15, 2024
1 parent d0db7f5 commit d2f3149
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/sass/comment_reagir.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
}
.ordinateur {
svg {
width: 5rem;
height: 5rem;
width: 4rem;
height: 4rem;
path {
fill: $bleu;
}
Expand All @@ -46,7 +46,7 @@
@media (min-width: 690px) {
.ordinateur {
position: absolute;
left: 5rem;
left: 6rem;
transform: rotate(-15deg);
}
}
Expand Down

0 comments on commit d2f3149

Please sign in to comment.