From 32ed491b359b8a9340be186b5b9aeaffa96ca8bd Mon Sep 17 00:00:00 2001 From: crunk Date: Mon, 4 Apr 2022 22:21:37 +0200 Subject: [PATCH] last css theme edit --- verse/themes/peachsunset.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/verse/themes/peachsunset.css b/verse/themes/peachsunset.css index 2a27e32..4904cab 100644 --- a/verse/themes/peachsunset.css +++ b/verse/themes/peachsunset.css @@ -1,10 +1,12 @@ +html body { + min-height: 100vh; +} body { background:linear-gradient(to top, #f7764a,#f9cc7b); + background-repeat:no-repeat !important; margin: 40px auto; - max-width: 70%; color: black; display: flex; - height: 100%; width: 90%; flex-wrap: nowrap; flex-direction: column;