fix-content-for-small-screen
This commit is contained in:
@@ -622,6 +622,9 @@ select.form-control {
|
||||
right: 0;
|
||||
position: relative;
|
||||
}
|
||||
.mt-small {
|
||||
margin-top: 3rem !important;
|
||||
}
|
||||
}
|
||||
|
||||
.-mt-4 {
|
||||
|
||||
@@ -594,7 +594,7 @@ class RegistrationPage extends React.Component {
|
||||
handleChange={(value) => this.setState({ country: value })}
|
||||
errorCode={this.state.errorCode}
|
||||
/>
|
||||
<div id="honor-code" className="micro text-muted mt-4">
|
||||
<div id="honor-code" className="micro text-muted mt-small">
|
||||
<FormattedMessage
|
||||
id="register.page.terms.of.service.and.honor.code"
|
||||
defaultMessage="By creating an account, you agree to the {tosAndHonorCode} and you acknowledge that {platformName} and each
|
||||
|
||||
Reference in New Issue
Block a user