Skip to content

Commit f68cc59

Browse files
authored
--
1 parent 6221537 commit f68cc59

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

game.css

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.wrapper{
22
padding: 0 20px 20px 20px;
33
border-radius: 18px;
4-
top: 20px;
4+
top: 5%;
55
background-color: #e4d6fe;
66
position: relative;
77
height: 900px;
@@ -17,13 +17,6 @@
1717
}
1818

1919

20-
.wrapperHighScore{
21-
position: absolute;
22-
top: 20px;
23-
left: 30px;
24-
font-family: 'Comfortaa', cursive;
25-
}
26-
2720
#rocket {
2821
position: absolute;
2922
top: 100%;
@@ -82,6 +75,13 @@
8275

8376
}
8477

78+
.wrapperHighScore{
79+
position: absolute;
80+
top: 6%;
81+
left: 5%;
82+
font-family: 'Comfortaa', cursive;
83+
}
84+
8585
.buttonOver{
8686
width: 150px;
8787
height: 30px;
@@ -129,4 +129,4 @@ i:nth-child(3n+3){
129129
100%{
130130
transform: translateY(calc(60vh + 150px));
131131
}
132-
}
132+
}

0 commit comments

Comments
 (0)