From 9ce659c05dc434c1793d8383a2f0ffcdc990907f Mon Sep 17 00:00:00 2001 From: thaaoblues Date: Mon, 1 May 2023 22:50:58 +0200 Subject: [PATCH] . --- assets/css/template.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/template.css b/assets/css/template.css index 3652a49..152b9f7 100644 --- a/assets/css/template.css +++ b/assets/css/template.css @@ -63,8 +63,8 @@ body { .bg{ background-position: center center, center center; background-size: auto,cover; - height: 100vh; - width: 100vh; + height: 100%; + width: 100%; } }