From 7dae6bf1178a0ed6688d7e8bd864d14388a70e59 Mon Sep 17 00:00:00 2001 From: Christopher Erin Date: Wed, 31 Oct 2012 15:40:36 -0500 Subject: [PATCH] media query for ipad --- app/views/predators/nov10.html.erb | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/views/predators/nov10.html.erb b/app/views/predators/nov10.html.erb index eedaaba..1e6a0af 100644 --- a/app/views/predators/nov10.html.erb +++ b/app/views/predators/nov10.html.erb @@ -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; + } + }