responsive access permission form
This commit is contained in:
parent
e8d9ee3527
commit
7ed8822722
1 changed files with 10 additions and 0 deletions
|
@ -723,3 +723,13 @@ main.control h4 {
|
|||
.fields .field:not(:first-child) {
|
||||
margin-left: 10px;
|
||||
}
|
||||
@media (max-width: 500px) {
|
||||
.fields {
|
||||
flex-direction: column;
|
||||
align-items: stretch;
|
||||
}
|
||||
.fields .field:not(:first-child) {
|
||||
margin-left: 0;
|
||||
margin-top: 10px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue