mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-29 14:06:14 +02:00
Gloriously mobile-retina-ready docs
This commit is contained in:
parent
3ee749c26c
commit
33e14d806d
6 changed files with 19 additions and 895 deletions
890
docs/_themes/jrnl/static/css/jrnl.css
vendored
890
docs/_themes/jrnl/static/css/jrnl.css
vendored
File diff suppressed because one or more lines are too long
10
docs/_themes/jrnl/static/less/docs.less
vendored
10
docs/_themes/jrnl/static/less/docs.less
vendored
|
@ -275,3 +275,13 @@ div.footer
|
|||
}
|
||||
|
||||
}
|
||||
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx)
|
||||
{
|
||||
aside .logo, body#landing #upper #logo
|
||||
{
|
||||
width: 90px;
|
||||
height: 98px;
|
||||
content: url(../img/logo@2x.png);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
4
docs/_themes/jrnl/static/less/jrnl.less
vendored
4
docs/_themes/jrnl/static/less/jrnl.less
vendored
|
@ -293,6 +293,7 @@ body#landing
|
|||
padding: 40px 20px;
|
||||
.row3, .row4
|
||||
{
|
||||
margin: 0px;
|
||||
width: auto;
|
||||
}
|
||||
.row3 .col, .row4 .col
|
||||
|
@ -300,7 +301,8 @@ body#landing
|
|||
float: none;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
margin-bottom: 40px;
|
||||
padding: 0px;
|
||||
margin: 0 0 40px 0;
|
||||
h3 {font-size: 1.5em;}
|
||||
p {font-size: 1em;}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue