fix: spacing
This commit is contained in:
parent
87dc72b4b9
commit
3a1ed0df06
2 changed files with 7 additions and 1 deletions
|
@ -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": {
|
||||
|
|
|
@ -76,4 +76,10 @@
|
|||
.track__chart--timestamp {
|
||||
margin-left: var(--sizing-lg);
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
.track__chart--meta--text {
|
||||
max-width: 85%;
|
||||
}
|
||||
}
|
Reference in a new issue