refactor: remove double space in css file

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2346>
environments/review-docs-nginx-aqlin2/deployments/17397
Kasper Seweryn 2023-03-07 22:34:41 +01:00 zatwierdzone przez Marge
rodzic babd65e698
commit f4e8f83263
1 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -24,7 +24,7 @@
}
}
.audio-bar:nth-child(1) { animation-duration: 0.4s; }
.audio-bar:nth-child(2) { animation-duration: 0.2s; }
.audio-bar:nth-child(3) { animation-duration: 1.0s; }
.audio-bar:nth-child(4) { animation-duration: 0.3s; }
.audio-bar:nth-child(1) { animation-duration: 0.4s; }
.audio-bar:nth-child(2) { animation-duration: 0.2s; }
.audio-bar:nth-child(3) { animation-duration: 1.0s; }
.audio-bar:nth-child(4) { animation-duration: 0.3s; }