Skip to content

Commit

Permalink
Improved position of sidebar link on iPad
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottSmith95 committed Aug 5, 2013
1 parent 28cb72e commit cf2f490
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1340,6 +1340,14 @@ article.post {
width: 82.5%;
}

.SidebarLink.left {
left: 2.5%;
}

.SidebarLink.right {
right: 2.5%;
}

.sidebar {
width: 45%;
}
Expand Down

0 comments on commit cf2f490

Please sign in to comment.