improve testimonial cards, fix some minor issues

This commit is contained in:
somrat sorkar
2023-05-01 11:04:10 +06:00
parent 53c561c269
commit b1b277f443
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ const Search = ({ searchList }: Props) => {
)} */}
<div className="row">
{searchResults?.length < 1 ? (
<div className="mx-auto text-center">
<div className="mx-auto pt-5 text-center">
<img
className="mx-auto mb-6"
src="/images/no-search-found.png"
+1 -1
View File
@@ -128,7 +128,7 @@ const { pathname } = Astro.url;
settings.search && (
<a
class="mr-5 inline-block border-r border-border pr-5 text-xl text-dark hover:text-primary dark:border-darkmode-border dark:text-white"
href="search"
href="/search"
aria-label="search"
>
<IoSearch />
+1 -1
View File
@@ -47,7 +47,7 @@ const { testimonial } = Astro.props;
<Image
height={50}
width={50}
class="rounded-full border border-primary dark:border-darkmode-primary"
class="rounded-full"
src={item.avatar}
alt={item.name}
/>