Update the users panel
- Change its title - Add more users
This commit is contained in:
parent
c6318c666f
commit
3f39c894c6
7 changed files with 26 additions and 1 deletions
|
@ -194,8 +194,16 @@ $users-breakpoint: 950px;
|
|||
justify-content: space-between;
|
||||
width: 100%;
|
||||
|
||||
&:first-of-type {
|
||||
margin-bottom: 45px;
|
||||
}
|
||||
|
||||
@media (max-width: $users-breakpoint) {
|
||||
justify-content: space-around;
|
||||
|
||||
&:first-of-type {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue