From 0d5f3941735b17a5b91ac1ea29641f7c14575c2e Mon Sep 17 00:00:00 2001 From: Marc Duiker Date: Fri, 18 Jul 2025 14:16:47 +0000 Subject: [PATCH 1/2] Fix footer size Signed-off-by: Marc Duiker --- daprdocs/assets/scss/_content.scss | 10 ++++++++++ daprdocs/layouts/_partials/footer.html | 6 +++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/daprdocs/assets/scss/_content.scss b/daprdocs/assets/scss/_content.scss index 581f56388d9..8b40a659f07 100644 --- a/daprdocs/assets/scss/_content.scss +++ b/daprdocs/assets/scss/_content.scss @@ -181,4 +181,14 @@ nav#TableOfContents { border-right: none !important; border-bottom: none !important; } +} + +.img-scarf { + height: 1px ; + width: 1px; +} + +footer > .mx-sm-5 { + margin-left: auto !important; + margin-right: auto !important; } \ No newline at end of file diff --git a/daprdocs/layouts/_partials/footer.html b/daprdocs/layouts/_partials/footer.html index 9653ad2bd88..3a3670aaeea 100644 --- a/daprdocs/layouts/_partials/footer.html +++ b/daprdocs/layouts/_partials/footer.html @@ -2,14 +2,14 @@
-
+
{{ with $links }} {{ with index . "user"}} {{ template "footer-links-block" . }} {{ end }} {{ end }}
-
+
{{ with $links }} {{ with index . "developer"}} {{ template "footer-links-block" . }} @@ -24,7 +24,7 @@
- +
From 14dc7811899de0946341297961f15a4b9a9e2af1 Mon Sep 17 00:00:00 2001 From: Marc Duiker Date: Fri, 18 Jul 2025 14:43:17 +0000 Subject: [PATCH 2/2] Fix nav styling Signed-off-by: Marc Duiker --- daprdocs/assets/scss/_nav.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/daprdocs/assets/scss/_nav.scss b/daprdocs/assets/scss/_nav.scss index ae6c470e46f..5182d7a67d1 100644 --- a/daprdocs/assets/scss/_nav.scss +++ b/daprdocs/assets/scss/_nav.scss @@ -99,4 +99,8 @@ } } } +} + +.navbar-expand { + justify-content: space-around; } \ No newline at end of file