mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-23 16:13:14 +01:00
52f93fcb42
#12: Group sequential papers in search results - use consistent layout
17 lines
249 B
SCSS
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;
|
|
}
|