mirror of
https://github.com/Vimux/Binario.git
synced 2024-11-11 01:38:28 +00:00
Fix meta position in card
This commit is contained in:
parent
ce49e000a9
commit
74fdf3ecdc
1 changed files with 10 additions and 0 deletions
|
@ -467,6 +467,16 @@ mark {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Post */
|
/* Post */
|
||||||
|
.post__content {
|
||||||
|
flex: 1 0 auto;
|
||||||
|
margin: 0;
|
||||||
|
color: #c3c3c3;
|
||||||
|
}
|
||||||
|
|
||||||
|
.post__content p:last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.post__meta {
|
.post__meta {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #888;
|
color: #888;
|
||||||
|
|
Loading…
Reference in a new issue