diff options
| author | ryderr <r@okfoc.us> | 2014-10-24 14:35:19 -0400 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-10-24 14:35:19 -0400 |
| commit | 5ad9b1fcefb91956c6866ff8b10603f142daaec9 (patch) | |
| tree | 09e80d18193f2e76a4acd73afaf8e40af8317495 | |
| parent | f3f5a65f8cbf14fbda34728d0a39b1c0c0e16096 (diff) | |
mobile scene after
| -rwxr-xr-x | public/assets/stylesheets/app.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 4dfb707..af40bf2 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -308,7 +308,7 @@ h5 { } .projectList.about .item .rap { - max-width: 1250px; + max-width: 1500px; margin: 0 auto; padding: 0 10%; } @@ -2706,7 +2706,7 @@ a[data-role="forgot-password"] { .aboutRoom { display:none; } - body:after{ + .mobile #scene:after{ content:"Hey there! For best viewing we suggest flipping your device sideways and spinning around in circles :)"; z-index: 3; border: 1px solid; |
