diff --git a/templates/style.css b/templates/style.css index 9812274..866be99 100644 --- a/templates/style.css +++ b/templates/style.css @@ -14,7 +14,8 @@ body { display: flex; flex-direction: column; - background: linear-gradient(90deg, rgba(210, 120, 80, .95), rgba(250, 60, 70, .95)), url(background.jpg); + background: linear-gradient(90deg, rgba(210, 120, 80, .95), rgba(250, 60, 70, .95)), url(background.jpg) center center no-repeat; + background-size: cover; } a {