Use logo as brand image

This commit is contained in:
Henne Vogelsang 2016-05-20 13:27:58 +02:00
parent 9e8621fb4d
commit b95db4c8ad
5 changed files with 34 additions and 6 deletions

View file

@ -1,3 +1,25 @@
.osem-logo {
height: 30px;
}
.osem-logo-shrink {
height: 30px;
}
@media(min-width:767px) {
.osem-logo {
height: 60px;
margin-left: 25px;
}
}
@media(min-width:1023px) {
.osem-logo {
height: 120px;
margin-left: 25px;
}
}
section.post:nth-of-type(1) {
margin-top: 160px;
}
@ -80,4 +102,4 @@ section#comments {
letter-spacing: 0.01rem;
line-height: 1.5;
}
}
}