stadtratmonitor/app/assets/stylesheets/objects/_search-result.scss
Joerg Reichert 52f93fcb42 12: Group sequential papers in search results
#12: Group sequential papers in search results - use consistent layout
2016-12-29 17:36:46 +01:00

17 lines
249 B
SCSS

.search-result {
margin-bottom: 1.2em;
}
.search-result article {
line-height: normal;
}
.search-result h4 {
line-height: normal;
font-size: 1.2rem;
margin-bottom: 0.1rem;
}
.search-result .current {
font-weight: $font-weight-bold;
}