From a84d0e463bedc4743d75723051a5641470bf5c36 Mon Sep 17 00:00:00 2001 From: Rael Monge Date: Fri, 7 Jun 2024 18:53:09 -0600 Subject: [PATCH] Adding the logo at the bottom for listing --- static/css/style.css | 7 +++++-- templates/base.html | 13 +++++++------ 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 638b6e3..d9eefa0 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -98,9 +98,8 @@ footer blockquote { } .app-content { - width: calc(100% - 225px); flex: 1; - padding-bottom: 5rem; + padding-bottom: 3rem; padding-top: 3rem; padding-left: 2rem; } @@ -808,6 +807,10 @@ a.bullet-link:before { } } +.img-container-v2 { + flex-direction: column; +} + .help-text { font-size: 14px; color: var(--color-grey) !important; diff --git a/templates/base.html b/templates/base.html index c7cd723..2033983 100644 --- a/templates/base.html +++ b/templates/base.html @@ -20,11 +20,6 @@ {{ .env }} enviroment {{end}} - {{ if .hideNav }} -
-

{{.base_pd.Title}}

-
- {{end}} {{if not .hideNav}}
-
+
{{if .messages }}
{{range .messages}} @@ -290,6 +285,12 @@ {{end}} {{define "base_footer"}}
+ {{if .hideNav}} +
+

Powered by

+ link_tako_logo +
+ {{end}}