post-date can be same size as other post info
This commit is contained in:
parent
d4f7db3a1d
commit
97a44b4c43
|
@ -1004,7 +1004,7 @@ a.attachment:before {
|
|||
.post-info {
|
||||
display: inline-block;
|
||||
float: right;
|
||||
font-size: 12px;
|
||||
font-size: 13px;
|
||||
margin-top: 1px;
|
||||
a {color: scale-color($primary, $lightness: 50%);}
|
||||
}
|
||||
|
|
|
@ -475,7 +475,7 @@ span.highlighted {
|
|||
}
|
||||
.post-info {
|
||||
float: right;
|
||||
font-size: 12px;
|
||||
font-size: 13px;
|
||||
margin: 4px 10px 0 0;
|
||||
.edits { margin-right: 5px; }
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue