This commit is contained in:
xomf 2024-03-29 18:22:02 -04:00
parent 8a23681a12
commit c35de0642e
2 changed files with 3 additions and 2 deletions

View File

@ -13,5 +13,6 @@
.post span {
margin-left: 10px;
margin-top: 1%;
text-align: left;
line-height: 10px;
}

View File

@ -25,7 +25,7 @@
<div class="post">
<a href="{{post.url}}"><img src="{{post.image}}" alt="post img"></a>
<span>
<a href="{{post.url}}"><h2>{{post.title}}</h3></a>
<a href="{{post.url}}"><h3>{{post.title}}</h3></a>
<p>{{post.description}}</p>
</span>
</div>