Update the users panel

- Change its title
- Add more users
This commit is contained in:
gregoirenovel 2018-02-01 09:18:17 +01:00
parent c6318c666f
commit 3f39c894c6
7 changed files with 26 additions and 1 deletions

View file

@ -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;
}
}
}