fix #simple-container for mobile

This commit is contained in:
Jeff Atwood 2014-06-29 03:26:48 -07:00
parent 56716a1f91
commit 10635bcd86
1 changed files with 7 additions and 0 deletions

View File

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