diff options
| -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 2d52633..894483d 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -313,7 +313,7 @@ h5 { } .projectList.about .item .rap { - max-width: 1250px; + max-width: 1500px; margin: 0 auto; padding: 0 10%; } @@ -2711,7 +2711,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; |
