From 3dc48256ef348cc2520f61ad1051c7ba5d18af0c Mon Sep 17 00:00:00 2001 From: Rael Monge Date: Wed, 29 May 2024 15:12:29 -0600 Subject: [PATCH] Adding logo to the base view --- static/css/style.css | 7 +++++++ templates/base.html | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 5c30dc9..7910889 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -814,3 +814,10 @@ a.bullet-link:before { margin-top: 3px !important; margin-left: 11px !important; } + +.img-logo-container { + display: flex; + justify-content: center; + margin-top: 16px; + margin-bottom: 16px; +} \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index f7fe99d..c7cd723 100644 --- a/templates/base.html +++ b/templates/base.html @@ -28,8 +28,8 @@ {{if not .hideNav}}