mirror of
https://github.com/koel/koel
synced 2024-11-24 13:13:05 +00:00
Make heading meta a bit smaller
This commit is contained in:
parent
ac16429e16
commit
231ad2600c
1 changed files with 2 additions and 2 deletions
|
@ -117,9 +117,9 @@ export default {
|
|||
|
||||
.meta {
|
||||
display: block;
|
||||
font-size: $fontSize;
|
||||
font-size: .9rem;
|
||||
color: $color2ndText;
|
||||
margin: 12px 0 0 2px;
|
||||
margin: 6px 0 0 2px;
|
||||
|
||||
a {
|
||||
color: #fff;
|
||||
|
|
Loading…
Reference in a new issue