diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-11-10 16:21:06 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-11-10 16:21:06 -0500 |
| commit | 13981e3835f0091c55f0a955c3b219268111e1a0 (patch) | |
| tree | 25fbe1cb372c639afc4a782a5b839de9f0d31717 | |
| parent | 2bdfa57b147f461d002865b6e7973033ca9987b7 (diff) | |
| parent | 8f04b3576d09db841c88a13442b4027810a25cc5 (diff) | |
Merge branch 'master' of github.com:okfocus/vvalls
| -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 bf76a71..444cd67 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -2393,6 +2393,8 @@ form li textarea { background-position: center; margin-top: 63px; } + + .hero .circle { font-size: 20px; font-weight: 300; @@ -3020,3 +3022,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; + } + +} |
