mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Use logo as brand image
This commit is contained in:
parent
9e8621fb4d
commit
b95db4c8ad
5 changed files with 34 additions and 6 deletions
24
css/osem.css
24
css/osem.css
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue