amogus
This commit is contained in:
parent
9770f327b7
commit
c3989d01e1
|
@ -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;
|
||||
|
||||
}
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user