Skip to content

Commit 68bfce7

Browse files
committed
Stylus folder -> Styles. Move gameboy animation into styles folder
1 parent 86c8ab9 commit 68bfce7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

gameboy.scss renamed to src/styles/gameboy.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,13 @@ By `heero`. Originally found at https://codepen.io/heero/pen/wylhv
3131
}
3232
}
3333

34+
3435
#container {
3536
position: relative;
36-
margin: auto;
37+
float: right;
3738
width: 130px;
3839
height: 220px;
40+
margin: 1px 20px 0px 0px;
3941
}
4042

4143
#back {

0 commit comments

Comments
 (0)