tangled
alpha
login
or
join now
holly.mlem.systems
/
devins.page
forked from
devins.page/devins.page
0
fork
atom
my website, hosted on wisp.place
0
fork
atom
overview
issues
pulls
pipelines
chore: rem for image height
devins.page
5 months ago
418c951d
d7248795
+1
-1
1 changed file
expand all
collapse all
unified
split
src
pages
blog.astro
+1
-1
src/pages/blog.astro
···
19
src={post.data.image}
20
alt={post.data.imageAlt || ""}
21
class="floating-image"
22
-
style="height: 64px"
23
/>
24
)}
25
<h1>
···
19
src={post.data.image}
20
alt={post.data.imageAlt || ""}
21
class="floating-image"
22
+
style="height: 4rem"
23
/>
24
)}
25
<h1>