From 501c364900d4126fb914d34d49cde90945eb782f Mon Sep 17 00:00:00 2001 From: thaaoblues Date: Mon, 1 May 2023 22:53:20 +0200 Subject: [PATCH] tweaks --- 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 ac7be9f..4568962 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: 100%; - width: 100vh; + height: 100vh; + width: 50vh; } }