Skip to content

Commit

Permalink
Update Posts
Browse files Browse the repository at this point in the history
  • Loading branch information
jihoonahn committed Dec 17, 2023
1 parent ae9715a commit dd125e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Layouts/PostsLayout.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ struct PostsLayout: Component {
Div {
Figure {
Image(item.metadata.postImage)
.class("my-0 transition duration-300 ease-in-out group-hover:scale-105")
.class("m-0 transition duration-300 ease-in-out group-hover:scale-105")
}
.class("h-full object-cover w-auto md:w-[43rem]")
}
Expand Down

0 comments on commit dd125e9

Please sign in to comment.