aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/main.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/static/main.css b/static/main.css
index 1b56721..2ef60c3 100644
--- a/static/main.css
+++ b/static/main.css
@@ -135,6 +135,16 @@ img[src=""] {
mask-position:center;
text-decoration:none;
}
+.home-footer {
+ position: fixed;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ padding: 8px 24px;
+ font-size: 12px;
+ color: var(--text-muted);
+ text-align: center;
+}
.nav-settings-icon {
width:24px;
height:24px;