Skip to content

Commit

Permalink
Improve tutorial css
Browse files Browse the repository at this point in the history
  • Loading branch information
tobspr committed Oct 9, 2020
1 parent c435416 commit 366a2a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/css/ingame_hud/interactive_tutorial.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@

.helperGif {
@include S(margin-top, 5px);
@include S(width, 150px);
@include S(height, 150px);
background: center center / contain no-repeat;
background: center center / cover no-repeat;
transition: opacity 0.1s ease-out;
}
}

0 comments on commit 366a2a9

Please sign in to comment.