We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6221537 commit f68cc59Copy full SHA for f68cc59
game.css
@@ -1,7 +1,7 @@
1
.wrapper{
2
padding: 0 20px 20px 20px;
3
border-radius: 18px;
4
- top: 20px;
+ top: 5%;
5
background-color: #e4d6fe;
6
position: relative;
7
height: 900px;
@@ -17,13 +17,6 @@
17
}
18
19
20
-.wrapperHighScore{
21
- position: absolute;
22
23
- left: 30px;
24
- font-family: 'Comfortaa', cursive;
25
-}
26
-
27
#rocket {
28
position: absolute;
29
top: 100%;
@@ -82,6 +75,13 @@
82
75
83
76
84
77
78
+.wrapperHighScore{
79
+ position: absolute;
80
+ top: 6%;
81
+ left: 5%;
+ font-family: 'Comfortaa', cursive;
+}
+
85
.buttonOver{
86
width: 150px;
87
height: 30px;
@@ -129,4 +129,4 @@ i:nth-child(3n+3){
129
100%{
130
transform: translateY(calc(60vh + 150px));
131
132
0 commit comments