From b8d9d90c4426ba0ebd873c15ffb9b493f52c3361 Mon Sep 17 00:00:00 2001 From: cactuzhead Date: Tue, 13 May 2025 11:45:37 +0100 Subject: [PATCH] Update custom.scss --- docs/_sass/custom/custom.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/_sass/custom/custom.scss b/docs/_sass/custom/custom.scss index 87bb8d7..20a902a 100644 --- a/docs/_sass/custom/custom.scss +++ b/docs/_sass/custom/custom.scss @@ -1,7 +1,8 @@ .site-footer { background-color: #f8f8f8; padding: 1rem; - text-align: center; + text-align: left; border-top: 1px solid #e8e8e8; font-size: 0.9rem; + width: 100; }