From 10635bcd86504af4382bb2c827e40ed8c8b14c7e Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sun, 29 Jun 2014 03:26:48 -0700 Subject: [PATCH] fix #simple-container for mobile --- app/assets/stylesheets/mobile/discourse.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/assets/stylesheets/mobile/discourse.scss b/app/assets/stylesheets/mobile/discourse.scss index c17d25962a6..387b5546cd0 100644 --- a/app/assets/stylesheets/mobile/discourse.scss +++ b/app/assets/stylesheets/mobile/discourse.scss @@ -101,3 +101,10 @@ blockquote { } } } + +// Styles used before the user is logged into discourse. For example, activating their +// account or changing their email. + +#simple-container { + width: 90%; +}