fix: spacing
This commit is contained in:
parent
87dc72b4b9
commit
3a1ed0df06
2 changed files with 7 additions and 1 deletions
|
@ -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