+ client: 2152 Smartphone compatible design for user interface
This commit is contained in:
11
client/src/components/Settings/FormButton.css
Normal file
11
client/src/components/Settings/FormButton.css
Normal file
@@ -0,0 +1,11 @@
|
||||
.form__button {
|
||||
margin-left: 1.5rem;
|
||||
}
|
||||
|
||||
@media (max-width: 500px) {
|
||||
.form__button {
|
||||
margin-left: 0;
|
||||
margin-top: 1rem;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user