mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
UX: Fix margins for group name on mobile.
This commit is contained in:
@@ -2,6 +2,14 @@
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.group-header {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.group-name {
|
||||
margin: 5px 0px 0px 0px;
|
||||
}
|
||||
|
||||
.group-nav, .group-outlet {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user