diff --git a/static/script.js b/static/script.js
index 329263f..fb07165 100644
--- a/static/script.js
+++ b/static/script.js
@@ -72,6 +72,7 @@ function generateGameBoxes(games, state) {
html += '' + game['Home Power Play'] + '';
html += '';
html += '' + game['Home Score'] + '';
+ html += '';
html += '
';
if (game['Intermission']) {
html += '
'
@@ -104,7 +105,7 @@ function generateGameBoxes(games, state) {
html += '
' + game['Time Remaining'] + '
';
}
html += '
';
- html += '
';
html += 'Game Score: ' + game['Priority'];
html += '
';
html += '
';
diff --git a/static/styles.css b/static/styles.css
index bcf7574..d47ccc2 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -76,9 +76,10 @@ h1 {
}
.game-info {
- margin-top: 10px;
+ margin-top: 12px;
color: #aaa; /* Lighten the text color */
text-align: center;
+ font-size: 14px;
}
.game-info strong {