From 779875c3cb143463ee65619bc855bd546c6b1c0d Mon Sep 17 00:00:00 2001 From: nyx Date: Fri, 31 Jan 2025 00:11:20 -0600 Subject: [PATCH] fix --- src/imag/static/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/imag/static/index.css b/src/imag/static/index.css index 4bdcef4..77b4802 100644 --- a/src/imag/static/index.css +++ b/src/imag/static/index.css @@ -9,18 +9,18 @@ * { color: whitesmoke; - background-color: #353935; } body { margin: auto; max-width: 1100px; padding: 2em; + height: 100% } html { height: 100%; - background: linear-gradient(234deg, #28282B, #353935); + background: linear-gradient(to left, #28282B, #353935); } h1 {