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%; +}