fix: spacing

This commit is contained in:
Cory Dransfeldt 2024-04-09 21:43:47 -07:00
parent 87dc72b4b9
commit 3a1ed0df06
No known key found for this signature in database
2 changed files with 7 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "9.9.3", "version": "9.9.4",
"description": "The source for my personal site. Built using 11ty.", "description": "The source for my personal site. Built using 11ty.",
"type": "module", "type": "module",
"scripts": { "scripts": {

View file

@ -76,4 +76,10 @@
.track__chart--timestamp { .track__chart--timestamp {
margin-left: var(--sizing-lg); margin-left: var(--sizing-lg);
text-align: right; text-align: right;
}
@media screen and (min-width: 768px) {
.track__chart--meta--text {
max-width: 85%;
}
} }