mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 05:50:35 +03:00
Removed unnecessary border
This commit is contained in:
parent
552118d02f
commit
831014859e
@ -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>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user