Skip to content

Commit 0b704ab

Browse files
committed
FIX: adjust spacing
* make scores and board menu fix on smaller viewports
1 parent e140b2f commit 0b704ab

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ <h2 id="nameInputMessage"></h2>
7070
<div class="backToMenu button">Back to menu</div>
7171
</div>
7272
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
73-
<script src="https://cdn.jsdelivr.net/npm/dreamlo.js@1.0.1/dist/dreamlo.min.js"></script>
73+
<script src="https://cdn.jsdelivr.net/npm/dreamlo.js@1.2.0/dist/dreamlo.min.js"></script>
7474
<script src="script.js"></script>
7575
</body>
7676

style.css

+5-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ body {
6565

6666
#boardMenu {
6767
position: relative;
68-
top: 250px;
68+
top: 300px;
6969
}
7070

7171
#splash {
@@ -131,6 +131,10 @@ tbody>tr:nth-child(odd) {
131131
margin: 300px auto 0;
132132
}
133133

134+
#scores {
135+
margin-top: 0px;
136+
}
137+
134138
#name {
135139
font-size: 18pt;
136140
width: 150px;

0 commit comments

Comments
 (0)