Reduce font-size of page meta in list/grid items
This commit is contained in:
parent
3b65f1de8d
commit
fb9f13c624
1 changed files with 2 additions and 0 deletions
|
@ -87,6 +87,7 @@
|
|||
.list__item {
|
||||
.page__meta {
|
||||
margin: 0 0 4px;
|
||||
font-size: 0.6em;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -157,6 +158,7 @@
|
|||
|
||||
.page__meta {
|
||||
margin: 0 0 4px;
|
||||
font-size: 0.6em;
|
||||
}
|
||||
|
||||
.archive__item-title {
|
||||
|
|
Loading…
Reference in a new issue