Fix blog hero title visibility and broken image link, refactor blogs

This commit is contained in:
2026-05-08 18:58:20 +05:30
parent 3c0798defa
commit 03a62efe9e
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@
font-family: 'Manrope', sans-serif; font-family: 'Manrope', sans-serif;
font-size: clamp(28px, 4.5vw, 52px); font-size: clamp(28px, 4.5vw, 52px);
font-weight: 900; font-weight: 900;
color: #fff; color: #ffffff !important;
line-height: 1.05; line-height: 1.05;
letter-spacing: -1.5px; letter-spacing: -1.5px;
text-transform: uppercase; text-transform: uppercase;

View File

@@ -26,7 +26,7 @@
<!-- Post 2 --> <!-- Post 2 -->
<article class="dm-blog-card"> <article class="dm-blog-card">
<div class="dm-blog-card-image"> <div class="dm-blog-card-image">
<img src="<?php echo $depth; ?>assets/images/blog-post-pic-18.png" <img src="<?php echo $depth; ?>assets/images/blog-post-pic-18-840x840.jpg"
alt="The EV Paradox" loading="lazy"> alt="The EV Paradox" loading="lazy">
</div> </div>
<div class="dm-blog-card-body"> <div class="dm-blog-card-body">