From fdfdf40399db40c7e2ce31e8ff73cbec0263c0d0 Mon Sep 17 00:00:00 2001 From: edi Date: Tue, 14 Nov 2023 23:21:10 +0100 Subject: [PATCH] =?UTF-8?q?Logo=20Gr=C3=B6=C3=9Fen=20angepasst?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/partials/custom_head.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/partials/custom_head.html b/layouts/partials/custom_head.html index 8bbb413..31b4db3 100644 --- a/layouts/partials/custom_head.html +++ b/layouts/partials/custom_head.html @@ -40,7 +40,7 @@ #site-head .blog-title, #site-head.withCenteredImage .blog-title { font-family: "gidole", sans-serif; - font-size: 4rem; + font-size: 4.5rem; } #site-head .blog-description, #site-head.withCenteredImage .blog-description { font-family: "angelina", sans-serif; @@ -50,7 +50,7 @@ } #blog-logo { -max-height: 270px; +max-height: 12rem; } @@ -63,7 +63,7 @@ main.page-template { background-image: url("/ve_logo.svg"); background-repeat: no-repeat; background-position: right 1em bottom 4em; -background-size: 8em; +background-size: 10rem; background-attachment: fixed; }