This commit is contained in:
xomf 2024-03-30 16:53:09 -04:00
parent 9770f327b7
commit c3989d01e1
2 changed files with 13 additions and 4 deletions

View File

@ -22,10 +22,19 @@
}
.post span {
display: block;
margin-left: 10px;
text-align: left;
line-height: 10px;
line-height: 0;
}
.post span a {
height: fit-content;
}
.post span h4 {
margin-bottom: 0;
margin-top: 6px;
font-size: 11pt;
}

View File

@ -25,7 +25,7 @@
<div class="post">
<a class="post-img" href="{{post.origin_url}}"><img class="post-img" src="{{post.img_url}}" alt="post img"></a>
<span>
<a class="post-title" href="{{post.origin_url}}"><h3 class="post-title">{{post.title}}</h3></a>
<a class="post-title" href="{{post.origin_url}}"><h4 class="post-title">{{post.title}}</h4></a>
<p>{{post.descr}}</p>
</span>
</div>