Skip to content

Commit

Permalink
docs(blog): update blog post detail image aspect ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
aliemir committed Jul 25, 2024
1 parent d78948a commit ea8d7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/src/components/blog/blog-post-page/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export const BlogPostPageView = ({ children }) => {
</div>
<div className="not-prose">
<img
className="w-full rounded-xl aspect-[894/468]"
className="w-full rounded-xl blog-lg:rounded-[2.25rem] aspect-[894/504]"
src={`https://refine-web.imgix.net${frontMatter.image?.replace(
"https://refine.ams3.cdn.digitaloceanspaces.com",
"",
Expand Down

0 comments on commit ea8d7ee

Please sign in to comment.