mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-11 10:34:06 +00:00
minor adjustments to search result style
This commit is contained in:
parent
1dc62bdeca
commit
a5386dcdc7
1 changed files with 3 additions and 2 deletions
|
@ -257,15 +257,16 @@
|
|||
}
|
||||
.search-results {
|
||||
margin-top: 14px;
|
||||
font-size: 12px;
|
||||
.search-result-hit {
|
||||
border-bottom: 1px solid #ddd;
|
||||
padding: 15px;
|
||||
padding: 8px;
|
||||
&:last-child {
|
||||
border-bottom: 1px solid transparent;
|
||||
}
|
||||
.hit-title {
|
||||
font-size: 1.3em;
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue