summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorAdam Olech <nddr89@gmail.com>2021-11-10 00:27:43 +0100
committerAdam Olech <nddr89@gmail.com>2021-11-10 00:27:43 +0100
commit028184ac8ec70d4d9c3f3298752345b8434d6c83 (patch)
tree22f63e5350928c2d381b2dc03ee38e0b96489c40 /static
parent225c11d8c66c97898b3a2c60c4bf6154903037df (diff)
Modify home pageadd-cheatsheets
Diffstat (limited to 'static')
-rw-r--r--static/css/custom.css6
1 files changed, 6 insertions, 0 deletions
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;