diff options
| author | ryderr <r@okfoc.us> | 2014-11-10 16:17:58 -0500 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-11-10 16:17:58 -0500 |
| commit | 8f04b3576d09db841c88a13442b4027810a25cc5 (patch) | |
| tree | 403c15fb5d83a3ce3d8e5f024af72ee43f2f8837 | |
| parent | a1860ea42334447f49649a3491bad605237a23d5 (diff) | |
ipad media queries for hero image
| -rwxr-xr-x | public/assets/stylesheets/app.css | 17 |
1 files changed, 17 insertions, 0 deletions
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 |
