Html – How do I fix the line-spacing for my blogposts on my blog?
This is what my code looks like. I'm looping through each post to make it show up on my website. <div class="blog-container"> <div class="posts"> {% for post in site.posts %} <div class="post-preview"> <h2 class="post-title hover-underline-animation"><a href="{{ post.url }}" class="blue">{{ post.title…