discourse/app/assets/stylesheets/mobile/groups.scss

15 lines
162 B
SCSS
Raw Normal View History

2018-03-19 06:47:25 -04:00
.groups-page {
h1 {
margin-top: 20px;
}
.groups-filter {
display: block;
float: none;
}
.groups-name-filter {
margin-top: 10px;
2018-03-19 06:47:25 -04:00
}
}