mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-07 20:08:54 +00:00
Replace hr tag with border-bottom
This commit is contained in:
parent
2247dced96
commit
7909c59e83
2 changed files with 1 additions and 2 deletions
|
@ -64,6 +64,7 @@
|
|||
/* Styles to support svg images in search results */
|
||||
|
||||
.search-row {
|
||||
border-bottom: solid 1px rgba(160, 160, 160, 0.3);
|
||||
display: flex;
|
||||
align-items: top;
|
||||
}
|
||||
|
|
|
@ -20,7 +20,5 @@
|
|||
</div>
|
||||
|
||||
<p>{{ page.summary|truncate(200)|raw }}</p>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</section>
|
||||
|
|
Loading…
Add table
Reference in a new issue