mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
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…
x
Reference in New Issue
Block a user