mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-07 20:08:54 +00:00
Fixed display of svg in search results.
This commit is contained in:
parent
e7fd57c5ec
commit
8541e6fb32
1 changed files with 3 additions and 1 deletions
4
assets/css/misc.css
Normal file → Executable file
4
assets/css/misc.css
Normal file → Executable file
|
@ -68,9 +68,11 @@
|
|||
align-items: top;
|
||||
}
|
||||
.search-image img {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
overflow:hidden;
|
||||
object-fit: cover;
|
||||
object-position: 0 100%;
|
||||
object-position: 0% 100%;
|
||||
}
|
||||
.search-image a {
|
||||
border-bottom: none;
|
||||
|
|
Loading…
Add table
Reference in a new issue