Skip to content

Commit

Permalink
jh
Browse files Browse the repository at this point in the history
  • Loading branch information
neerajrekwar committed Sep 4, 2024
1 parent 4833071 commit 5ced2c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/blog/first-post/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default function FirstPostPage() {
<div className="">
<div className="relative ">
<div className="absolute h-44 w-full flex justify-center items-center w-full ">
<div className="h-[0.5px] md:h-[1px] bg-custom-radial-lg w-full "></div>
<div className="h-[1px] bg-custom-radial-lg w-full "></div>
</div>
<div className="absolute h-44 w-full absolute h-20 w-full flex flex-col justify-center items-center">
<Image
Expand Down

0 comments on commit 5ced2c7

Please sign in to comment.