diff --git a/scoreboard.html b/scoreboard.html
index 84995f1..dbe0e40 100644
--- a/scoreboard.html
+++ b/scoreboard.html
@@ -27,6 +27,7 @@
}
body {
background: url(bg.jpg) #222;
+ background-size: 100% auto;
color: #eee;
font-family: Most Wazted, fantasy;
font-size: 5em;
diff --git a/style.css b/style.css
index 9565c71..498303c 100644
--- a/style.css
+++ b/style.css
@@ -4,6 +4,7 @@
}
body {
background: #222 url(bg.jpg);
+ background-size: 100% auto;
color: #eee;
max-width: 40em;
margin: auto auto;
@@ -32,4 +33,4 @@ a {
caption {
font-size: 33%;
font-family: default;
-}
\ No newline at end of file
+}