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 | |
| parent | fd91cb2a84c5150f4ffa9f45d3713ebe30e094aa (diff) | |
new viewport tag
| -rwxr-xr-x | public/assets/stylesheets/app.css | 2 | ||||
| -rw-r--r-- | views/about/howto.ejs | 2 | ||||
| -rw-r--r-- | views/partials/footer.ejs | 2 | ||||
| -rw-r--r-- | views/partials/meta.ejs | 4 |
4 files changed, 5 insertions, 5 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; diff --git a/views/about/howto.ejs b/views/about/howto.ejs index d5aeab7..74009d1 100644 --- a/views/about/howto.ejs +++ b/views/about/howto.ejs @@ -77,7 +77,7 @@ <div class="item"> <div class="rap"> <span style="background-image:url(http://okfocus.s3.amazonaws.com/random/keyboard.gif); background-position: 15%;"></span> - <span> + <span style="padding: 0 50px;margin-bottom: 60px;"> <words> <h3>Getting around VValls is easier with the keyboard.</h3> diff --git a/views/partials/footer.ejs b/views/partials/footer.ejs index 4005507..7b01162 100644 --- a/views/partials/footer.ejs +++ b/views/partials/footer.ejs @@ -17,7 +17,7 @@ <a href="/about/terms">Terms</a> <a href="/about/privacy">Privacy</a> <a href="mailto:hello@vvalls.com">Contact</a> - + <br><br> <span>©2014 Dot Dash 3, Inc.</span> <a href="http://okfoc.us/">Site by OKFocus</a> diff --git a/views/partials/meta.ejs b/views/partials/meta.ejs index defb187..57453de 100644 --- a/views/partials/meta.ejs +++ b/views/partials/meta.ejs @@ -17,7 +17,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/> - <meta name="viewport" content="width=device-width, initial-scale=1.0"/> + <meta name="viewport" content="width=device-width; initial-scale=1; maximum-scale=1"> <meta name="description" content="[[- ogDescription ]]" /> <meta name="author" content="[[- ogAuthor ]]" /> <link rel="shortcut icon" href="/favicon.ico" /> @@ -28,9 +28,9 @@ <meta property="og:site_name" content="VValls" /> <link rel="icon" href="/favicon.ico" type="image/x-icon"> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> + <link href='http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic' rel='stylesheet' type='text/css'> <link href='/assets/stylesheets/ionicons.css' rel='stylesheet' type='text/css'> <link href='/assets/stylesheets/app.css' rel='stylesheet' type='text/css'> - <!--<link href='/assets/stylesheets/animate.css' rel='stylesheet' type='text/css'>--> <link href='/assets/stylesheets/chardinjs.css' rel='stylesheet' type='text/css'> <!--[if lt IE 9]> <style> |
