From 8f04b3576d09db841c88a13442b4027810a25cc5 Mon Sep 17 00:00:00 2001 From: ryderr Date: Mon, 10 Nov 2014 16:17:58 -0500 Subject: ipad media queries for hero image --- public/assets/stylesheets/app.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index cb58ef6..4ec83b2 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -2375,6 +2375,8 @@ form li textarea { background-position: center; margin-top: 63px; } + + .hero .circle { font-size: 20px; font-weight: 300; @@ -3002,3 +3004,18 @@ a[data-role="forgot-password"] { width: 55%; } } + + +@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1) { + .hero{ + height: 500pt; + } + +} + +@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) { + .hero{ + height: 500pt; + } + +} \ No newline at end of file -- cgit v1.2.3-70-g09d2