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",
"version": "9.9.3",
"version": "9.9.4",
"description": "The source for my personal site. Built using 11ty.",
"type": "module",
"scripts": {

View file

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