mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-07 20:08:54 +00:00
Deleted border-bottom on .search-row css style
This commit is contained in:
parent
15327bd95a
commit
36d4668000
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
||||||
/* Styles to support svg images in search results */
|
/* Styles to support svg images in search results */
|
||||||
|
|
||||||
.search-row {
|
.search-row {
|
||||||
border-bottom: solid 1px rgba(160, 160, 160, 0.3);
|
border-bottom: none;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: top;
|
align-items: top;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue