diff --git a/assets/_custom.scss b/assets/_custom.scss index eee9fba..1ffdbb6 100644 --- a/assets/_custom.scss +++ b/assets/_custom.scss @@ -12,8 +12,6 @@ .info-container { display: flex; - justify-content: space-between; - align-items: flex-start; background-color: var(--gray-100); width: 100%; min-width: 30rem; @@ -22,25 +20,24 @@ right: 0; } -.left-section { - flex-direction: column; +.disclaimer, .commit-info { + background-color: var(--gray-500); + font-size: 0.8rem; + padding: 1rem; + margin: 1rem; + box-sizing: border-box; /* Ensures padding is included in the width */ flex: 1; } .commit-info { + float: right; text-align: right; - flex: 1; - margin-left: 1rem; } -.disclaimer, .theme, .commit-info { - background-color: var(--gray-500); - padding: 0.9rem; - margin: 0.8rem; -} - -.disclaimer, .theme { +.disclaimer { + float: left; font-size: 0.9rem; + margin: 1rem; } diff --git a/layouts/partials/docs/footer.html b/layouts/partials/docs/footer.html index 3b8ae19..e4d12e8 100644 --- a/layouts/partials/docs/footer.html +++ b/layouts/partials/docs/footer.html @@ -1,18 +1,15 @@
-
-
- docs partially generated using gen ai -
- -
- - site theme based on hugo-book - -
+
+ docs partially generated using gen ai +
+ if you want to contribute check +
+ the source code +
+ here
-
Page last edited on {{ .GitInfo.CommitDate.Format "02/01/2006" }}
@@ -29,9 +26,8 @@
- <{{ .GitInfo.AuthorEmail }}> + <{{ .GitInfo.AuthorEmail }}>
-
{{ $script := resources.Get "clipboard.js" | resources.Minify }}