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-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;
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user