From 028184ac8ec70d4d9c3f3298752345b8434d6c83 Mon Sep 17 00:00:00 2001 From: Adam Olech Date: Wed, 10 Nov 2021 00:27:43 +0100 Subject: Modify home page --- static/css/custom.css | 6 ++++++ themes/soho | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/static/css/custom.css b/static/css/custom.css index 6316db8..fd1f851 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -2,6 +2,12 @@ background-image: linear-gradient(188.82deg, #44718F 1.39%, #5F5F5F 98.14%); } +.sidebar-home { + width: 100%; + height: 100%; + position: static; +} + .img-left { position: fixed; margin-left: initial; diff --git a/themes/soho b/themes/soho index 8b17b33..31d15b2 160000 --- a/themes/soho +++ b/themes/soho @@ -1 +1 @@ -Subproject commit 8b17b337050868bd39bc40b65f605624f93c40ca +Subproject commit 31d15b2695000130c789c9abe29ecfdb2383a47b -- cgit v1.2.1