meta-data now use inline-block instead block
This commit is contained in:
parent
7d41c1ce0e
commit
2730c99463
1 changed files with 1 additions and 1 deletions
|
@ -1401,7 +1401,7 @@ img {
|
|||
.post-meta {
|
||||
position: relative;
|
||||
z-index: 10;
|
||||
display: block;
|
||||
display: inline-block;
|
||||
margin-bottom: 1.333em;
|
||||
font-family: 'Fira Sans', sans-serif;
|
||||
font-size: 0.75em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue