grenoble-metropole-2019: add more space around user dashboard (#26506)

This commit is contained in:
Serghei Mihai 2019-02-21 15:26:00 +01:00
parent 34af2eb1a9
commit 9035196514
1 changed files with 4 additions and 0 deletions

View File

@ -627,6 +627,10 @@ div.configjsoncell.user {
}
}
div.user-dashboard {
margin: 2ex 1ex 0 1ex;
@media screen and (max-width: $mobile-limit) {
margin: 3ex 1ex 0 1ex;
}
display: -ms-flexbox;
display: flex;
@include vendor-prefix(justify-content, center);