UX: Fix margins for group name on mobile.
This commit is contained in:
parent
f4688f74db
commit
7e47fdf8da
|
@ -2,6 +2,14 @@
|
|||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.group-header {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.group-name {
|
||||
margin: 5px 0px 0px 0px;
|
||||
}
|
||||
|
||||
.group-nav, .group-outlet {
|
||||
width: 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue