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 {