Make image width full for LastBlogs and LastProjects
This commit is contained in:
@@ -48,7 +48,7 @@ const size = calculateSizeClasses(blogs.amount, lastBlogs.length);
|
|||||||
<Image
|
<Image
|
||||||
src={getImageUrl(blog.searchEngine.thumbnail.url)}
|
src={getImageUrl(blog.searchEngine.thumbnail.url)}
|
||||||
alt={blog.title}
|
alt={blog.title}
|
||||||
class="flex rounded-2xl shadow-md"
|
class="flex rounded-2xl shadow-md w-full"
|
||||||
width={600}
|
width={600}
|
||||||
height={315}
|
height={315}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ const size = calculateSizeClasses(projects.amount, lastProjects.length);
|
|||||||
<Image
|
<Image
|
||||||
src={getImageUrl(project.searchEngine.thumbnail.url)}
|
src={getImageUrl(project.searchEngine.thumbnail.url)}
|
||||||
alt={project.title}
|
alt={project.title}
|
||||||
class="flex rounded-2xl shadow-md"
|
class="flex rounded-2xl shadow-md w-full"
|
||||||
width={600}
|
width={600}
|
||||||
height={315}
|
height={315}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user