Fix blog hero title visibility and broken image link, refactor blogs
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
font-family: 'Manrope', sans-serif;
|
||||
font-size: clamp(28px, 4.5vw, 52px);
|
||||
font-weight: 900;
|
||||
color: #fff;
|
||||
color: #ffffff !important;
|
||||
line-height: 1.05;
|
||||
letter-spacing: -1.5px;
|
||||
text-transform: uppercase;
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<!-- Post 2 -->
|
||||
<article class="dm-blog-card">
|
||||
<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">
|
||||
</div>
|
||||
<div class="dm-blog-card-body">
|
||||
|
||||
Reference in New Issue
Block a user