Skip to content

Commit

Permalink
Tweaks to makes things a little nicer on the iPhone.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Bogan committed Apr 8, 2010
1 parent e39547a commit de8fdde
Showing 1 changed file with 20 additions and 8 deletions.
28 changes: 20 additions & 8 deletions public/stylesheets/mobile.css
@@ -1,25 +1,37 @@
.summary {
font-size: 80%;
}

a.interview {
font-size: 250%;
}

body {
padding: 20px 0;
padding: 30px;
}

footer p {
font-size: 90%;
}

h2, a.interview {
font-size: 220% !important;
}

h3 {
font-size: 200%;
padding: 0 0 10px;
}

img {
border: 0;
}

p#tagline {
font-size: 110%;
font-size: 140%;
padding-bottom: 20px;
}

p.summary {
font-size: 90%;
padding-bottom: 10px;
}

time {
font-size: 125%;
font-size: 120%;
}

0 comments on commit de8fdde

Please sign in to comment.