From 3f98791ac1341594512917f7c716b4ccd8ec6f39 Mon Sep 17 00:00:00 2001 From: Taras Valakh <58398502+mmeerrccyy@users.noreply.github.com> Date: Mon, 21 Jun 2021 11:18:09 +0300 Subject: [PATCH] fixed width and height for gradient --- Tutorial 17/frontend/static/css/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tutorial 17/frontend/static/css/index.css b/Tutorial 17/frontend/static/css/index.css index abc5bb5d1..483b28a63 100644 --- a/Tutorial 17/frontend/static/css/index.css +++ b/Tutorial 17/frontend/static/css/index.css @@ -26,8 +26,8 @@ body { } #gradient { - width: 100%; - height: 800px; + min-width: 100%; + min-height: 100%; padding: 0px; margin: 0px; }