Gloriously mobile-retina-ready docs

This commit is contained in:
Manuel Ebert 2013-10-23 07:30:57 -10:00
parent 3ee749c26c
commit 33e14d806d
6 changed files with 19 additions and 895 deletions

File diff suppressed because one or more lines are too long

View file

@ -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);
}
}

View file

@ -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;}