diff options
| author | ryderr <r@okfoc.us> | 2014-11-07 15:36:35 -0500 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-11-07 15:36:35 -0500 |
| commit | 9d4ab9decb83e413c932b58f89b1c219dcadbcf3 (patch) | |
| tree | 693040e0893f0149bb1d105e7e75584782718f97 | |
| parent | 4d9823307219c96f83fab8eb05203effd3448ab0 (diff) | |
more mobile ish
| -rwxr-xr-x | public/assets/stylesheets/app.css | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index bcf7469..e325e1e 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -827,6 +827,7 @@ iframe.embed { margin-top: 40px; background: limegreen; color: white; + padding: 10px 0; -webkit-transition:0.2s background; -moz-transition:0.2s background; transition:0.2s background; @@ -2910,14 +2911,17 @@ a[data-role="forgot-password"] { padding:50px 0 120px 0; } .videoModal .ion-ios7-close-empty { - right: 10px; - top: 20px; + right: 10px; + top: 20px; } .gopro span { - font-size: 16px; - width: 93%; - line-height: 22px; - text-align: justify; + font-size: 16px; + width: 93%; + line-height: 22px; + text-align: justify; + } + .gopro span a{ + margin-top: 20px; } } |
