File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ html, body {
32
32
}
33
33
34
34
body {
35
- margin : 80 px 0 ; overscroll-behavior-y : none ; }
35
+ margin : 10 px 0 ; overscroll-behavior-y : none ; }
36
36
37
37
.heading {
38
38
@include clearfix ;
@@ -58,12 +58,7 @@ h1.title {
58
58
}
59
59
}
60
60
61
- .scores-container {
62
- float : right ;
63
- text-align : right ;
64
- }
65
-
66
- .score-container , .best-container {
61
+ .score-container , .best-container , .moves-container {
67
62
$height : 25px ;
68
63
69
64
position : relative ;
@@ -112,6 +107,10 @@ h1.title {
112
107
.best-container :after {
113
108
content : " Best" ;
114
109
}
110
+ .moves-container :after {
111
+ content : " Moves"
112
+ }
113
+
115
114
116
115
p {
117
116
margin-top : 0 ;
518
517
margin : 0 auto ;
519
518
}
520
519
521
- .score-container , .best-container {
520
+ .score-container , .best-container , .moves-container {
522
521
margin-top : 0 ;
523
522
padding : 15px 10px ;
524
523
min-width : 40px ;
You can’t perform that action at this time.
0 commit comments