diff --git a/src/style.css b/src/style.css index 09fdc8c..bf58f77 100644 --- a/src/style.css +++ b/src/style.css @@ -2,6 +2,7 @@ body { background-color: #111; background-image: url(background.png); background-attachment: fixed; + background-size: cover; text-align: center; padding-top: 50px; }