Skip to content

Commit 67db379

Browse files
authored
Update main.scss
1 parent b61b988 commit 67db379

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

style/main.scss

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ html, body {
3232
}
3333

3434
body {
35-
margin: 80px 0; overscroll-behavior-y: none; }
35+
margin: 10px 0; overscroll-behavior-y: none; }
3636

3737
.heading {
3838
@include clearfix;
@@ -58,12 +58,7 @@ h1.title {
5858
}
5959
}
6060

61-
.scores-container {
62-
float: right;
63-
text-align: right;
64-
}
65-
66-
.score-container, .best-container {
61+
.score-container, .best-container, .moves-container {
6762
$height: 25px;
6863

6964
position: relative;
@@ -112,6 +107,10 @@ h1.title {
112107
.best-container:after {
113108
content: "Best";
114109
}
110+
.moves-container:after {
111+
content: "Moves"
112+
}
113+
115114

116115
p {
117116
margin-top: 0;
@@ -518,7 +517,7 @@ hr {
518517
margin: 0 auto;
519518
}
520519

521-
.score-container, .best-container {
520+
.score-container, .best-container, .moves-container {
522521
margin-top: 0;
523522
padding: 15px 10px;
524523
min-width: 40px;

0 commit comments

Comments
 (0)