mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-20 07:11:33 +02:00
Rework search-results markup
This commit is contained in:
parent
e0573b703f
commit
25ceb50141
2 changed files with 25 additions and 19 deletions
|
@ -1,4 +1,17 @@
|
|||
.search-result {
|
||||
border-bottom: 1px solid $table-border-color;
|
||||
padding-bottom: 0.25em;
|
||||
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 .metainfo {
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue