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;
}