chore: standardize more sizing

This commit is contained in:
Cory Dransfeldt 2024-03-02 14:46:21 -08:00
parent 8f4a902c95
commit a929d579b9
No known key found for this signature in database
6 changed files with 22 additions and 23 deletions

View file

@ -26,7 +26,7 @@
.banner p > svg {
display: inline;
vertical-align: middle;
height: .875rem;
width: .875rem;
margin-right: .125rem;
height: var(--sizing-lg);
width: var(--sizing-lg);
margin-right: var(--sizing-xs);
}

View file

@ -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,

View file

@ -7,7 +7,7 @@
display: flex;
align-items: center;
height: var(--sizing-3xl);
margin-bottom: .375rem;
margin-bottom: var(--sizing-sm);
}
.post-graph__progress {
@ -21,5 +21,5 @@
.post-graph__progress,
.post-graph__data {
margin-left: .625rem;
margin-left: var(--sizing-sm);
}