diff --git a/web/_includes/top.html b/web/_includes/top.html index 6ccfd8b..b23e71f 100644 --- a/web/_includes/top.html +++ b/web/_includes/top.html @@ -25,7 +25,3 @@ - - diff --git a/web/media/large_background.png b/web/media/large_background.png index 98cbc2c..7ab557c 100644 Binary files a/web/media/large_background.png and b/web/media/large_background.png differ diff --git a/web/style.css b/web/style.css index e5d88a9..e2cc999 100644 --- a/web/style.css +++ b/web/style.css @@ -13,7 +13,7 @@ body { .top { background-image: url("media/large_background.png"); - background-size: 400%; + background-size: cover; color: white; }