Logo Größen angepasst
This commit is contained in:
parent
7a2b99a393
commit
fdfdf40399
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue