small fix

This commit is contained in:
Daniel
2023-06-05 13:46:04 +03:30
parent a9d7303359
commit 2b82d2aa8a
3 changed files with 34 additions and 8 deletions
-1
View File
@@ -77,7 +77,6 @@ export default function () {
}, [collections, sortBy]);
return (
// ml-80
<MainLayout>
<div className="p-5">
<div className="flex gap-3 items-center justify-between mb-5">
+10 -3
View File
@@ -70,9 +70,16 @@ export default function Links() {
<MainLayout>
<div className="p-5 flex flex-col gap-5 w-full">
<div className="flex gap-3 items-center justify-between">
<div className="flex gap-2 items-center">
<FontAwesomeIcon icon={faSearch} className="w-5 h-5 text-sky-300" />
<p className="text-lg text-sky-900">Search Results</p>
<div className="flex gap-3 items-center mb-5">
<div className="flex gap-2">
<FontAwesomeIcon
icon={faSearch}
className="sm:w-8 sm:h-8 w-6 h-6 mt-2 text-sky-500"
/>
<p className="sm:text-4xl text-3xl capitalize bg-gradient-to-tr from-sky-500 to-slate-400 bg-clip-text text-transparent font-bold">
Search Results
</p>
</div>
</div>
<div className="flex gap-3 items-center">