mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-13 10:16:12 +02:00
Typos and new style
This commit is contained in:
parent
c1ba5df0f1
commit
868af3704e
9 changed files with 2886 additions and 45 deletions
12
css/jrnl.css
12
css/jrnl.css
|
@ -145,9 +145,19 @@ blockquote p{
|
|||
font-size: 11pt;
|
||||
}
|
||||
|
||||
.logo .span10 {
|
||||
.logo .span12 {
|
||||
text-align: center;
|
||||
height: 180px;
|
||||
padding-bottom: 180px;
|
||||
background: url(../img/header.png) center bottom no-repeat;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 550px) {
|
||||
.logo .span12 {
|
||||
background-size: 100%;
|
||||
padding-bottom: 30%;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.logo .span2 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue