0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Removed unnecessary border

This commit is contained in:
Djordje Vlaisavljevic 2022-07-07 12:30:55 +02:00
parent 552118d02f
commit 831014859e

View file

@ -455,7 +455,7 @@ function Results({posts, authors, tags}) {
function NoResultsBox() {
return (
<div className='py-4 px-7 border-t border-neutral-200'>
<div className='py-4 px-7'>
<p className='text-[1.65rem] text-neutral-400 leading-normal'>No matches found...</p>
</div>
);