Skip to content

Commit

Permalink
fix: update css #102
Browse files Browse the repository at this point in the history
  • Loading branch information
divya-binil committed Aug 30, 2023
1 parent d1e2d15 commit fc7e3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ip/[...slug].astro
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export function formattedCurrentDate(dateString: string | number | Date) {
<Content/>
<h3>Images ({entry.data.images.length})</h3>

<div class="flex flex-col items-center border border-[#e5f1fb] rounded-lg shadow md:flex-row bg-[#e5f1fb] hover:bg-[#c3d6e5] my-5 p-2 overflow-x-auto">
<div class="flex flex-col items-center border border-[#e5f1fb] rounded-lg shadow md:flex-row my-5 p-2 overflow-x-auto">
{
entry.data.images.map(
(post) => (<img class="object-cover w-full sm:w-36 h-44 m-1" src={"/assets-natural/brand/www.netspective.com/ip/" + post.url}alt="" />
Expand Down

0 comments on commit fc7e3ad

Please sign in to comment.