Skip to content

Commit

Permalink
media query for ipad
Browse files Browse the repository at this point in the history
  • Loading branch information
chriserin committed Oct 31, 2012
1 parent c2c81f6 commit 7dae6bf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/views/predators/nov10.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,14 @@
width: 100%;
margin: -40px auto;
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
#details {
margin-right: 0px;
}
}
</style>
</head>
<body>
Expand Down

0 comments on commit 7dae6bf

Please sign in to comment.