Logo Größen angepasst

This commit is contained in:
edi 2023-11-14 23:21:10 +01:00
parent 7a2b99a393
commit fdfdf40399
Signed by: edi
SSH key fingerprint: SHA256:KFkwZzDracWAjmHqmcEMriW2i/8qe9LcXBGY2UFyQe4

View file

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