fix
This commit is contained in:
parent
8a23681a12
commit
c35de0642e
|
@ -13,5 +13,6 @@
|
|||
|
||||
.post span {
|
||||
margin-left: 10px;
|
||||
margin-top: 1%;
|
||||
text-align: left;
|
||||
line-height: 10px;
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user