From ee819f14b80f64509cf1b49f6888f5e085a9ac36 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Thu, 22 Jul 2021 18:58:58 +0200 Subject: [PATCH] =?UTF-8?q?=C5=A0k=C3=A1lov=C3=A1n=C3=AD=20pozad=C3=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {