From 6207682f46972773f57b5a01cdfa1c3afd70c7eb Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Mon, 18 May 2020 12:34:21 +0000
Subject: [PATCH] Updated Documentation and fixed another CSP issue

---
 assets/css/style.css |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/assets/css/style.css b/assets/css/style.css
index 8cfb1e7..4f788ff 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -225,6 +225,10 @@
 .sidebar .logo-title .logo {
   margin: 0 auto;
 }
+.sidebar .logo-title .title img {
+  width: 127px;
+  border-radius: 50%;
+}
 .sidebar .logo-title .title h3 {
   text-transform: uppercase;
   font-size: 2rem;

--
Gitblit v1.10.0