fix #simple-container for mobile

This commit is contained in:
Jeff Atwood 2014-06-29 03:26:48 -07:00
parent 56716a1f91
commit 10635bcd86

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