Skip to content

Commit

Permalink
Remove top border on mobile
Browse files Browse the repository at this point in the history
Overlaps with the progress bar on iOS Chrome and looks terrible.
  • Loading branch information
anildash committed Apr 12, 2013
1 parent ed8a2ee commit a38059f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/strip.css
Expand Up @@ -489,6 +489,10 @@ iframe.twitter-tweet {
}

@media (max-width: 767px) {

body {
border-top: none;
}

.container {
padding-left: 8px;
Expand Down

0 comments on commit a38059f

Please sign in to comment.