diff --git a/docs/website/blog/free-tier-cap.html b/docs/website/blog/free-tier-cap.html
index 8a7cc4f..0374a72 100644
--- a/docs/website/blog/free-tier-cap.html
+++ b/docs/website/blog/free-tier-cap.html
@@ -118,10 +118,13 @@
}
.blog-post .hero-image {
width: 100%;
- max-width: 520px;
+ max-width: 420px;
display: block;
margin: 0 auto 40px;
border-radius: 2px;
+ opacity: 0.7;
+ filter: sepia(30%) saturate(60%) brightness(1.05);
+ mix-blend-mode: multiply;
}
.blog-post ul {
color: var(--text-secondary);