fix #simple-container for mobile
This commit is contained in:
parent
56716a1f91
commit
10635bcd86
|
@ -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%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue