Add accelerated word to timeline

This commit is contained in:
natsoni
2024-07-12 18:00:02 +09:00
parent de1d7839b3
commit a99f45cd47
2 changed files with 10 additions and 5 deletions

View File

@@ -228,6 +228,13 @@
font-size: 12px;
line-height: 16px;
white-space: nowrap;
&.accelerating {
margin-top: -164px;
font-style: italic;
@media (max-width: 768px) {
margin-left: -50px;
}
}
}
}
}