diff --git a/static/css/style.css b/static/css/style.css index fcf8642..3a62e17 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -10,7 +10,7 @@ body { display: flex; justify-content: center; align-items: center; - background: url('../images/background.jpg') center / cover; + background: url('../images/background-small.jpg') center / cover; } main.table { diff --git a/static/images/background-small.jpg b/static/images/background-small.jpg new file mode 100644 index 0000000..77716a8 Binary files /dev/null and b/static/images/background-small.jpg differ