diff options
| author | ryderr <r@okfoc.us> | 2014-11-21 14:31:58 -0500 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-11-21 14:31:58 -0500 |
| commit | 8ab181a8706bf8638522fd0b762a7b53786db275 (patch) | |
| tree | 8b45ac1b39134daa5c985f62f76172b2c2b6b504 /public | |
| parent | fd91cb2a84c5150f4ffa9f45d3713ebe30e094aa (diff) | |
new viewport tag
Diffstat (limited to 'public')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 632d816..5aab111 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -1,4 +1,3 @@ -@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic); *{ margin:0; @@ -3141,6 +3140,7 @@ a[data-role="forgot-password"] { } } + @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) { .hero{ height: 500pt; |
