From 90753501541387e5844640fbe1a1a4439c182494 Mon Sep 17 00:00:00 2001
From: alexanderdavide <alexeble1998@gmail.com>
Date: Tue, 25 May 2021 20:19:57 +0000
Subject: [PATCH] Merge branch 'master' into feature/add-favicon-files-info-to-docs

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

diff --git a/assets/css/style.css b/assets/css/style.css
index 1f5c981..4e2c0ad 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -527,7 +527,7 @@
 .post .post-thumbnail {
     width: 100%;
     padding-bottom: 1em;
-    box-shadow: #000000;
+    box-shadow: #000;
     border-radius: 0.5em;
     overflow: hidden;
     transition: box-shadow .3s ease;
@@ -920,6 +920,7 @@
 
     .sidebar .logo-title .title img {
         width: 100px;
+        height: 100px;
     }
 
     .sidebar .logo-title .title h3 {

--
Gitblit v1.10.0