chore: standardize more sizing
This commit is contained in:
parent
8f4a902c95
commit
a929d579b9
6 changed files with 22 additions and 23 deletions
|
@ -68,9 +68,9 @@
|
|||
|
||||
.media__grid .item__meta-text {
|
||||
position: absolute;
|
||||
padding: 0 .375rem;
|
||||
padding: 0 var(--sizing-xs);
|
||||
width: 90%;
|
||||
bottom: .375rem;
|
||||
bottom: var(--sizing-xs);
|
||||
}
|
||||
|
||||
.media__grid .item__meta-text .header,
|
||||
|
|
Reference in a new issue