reverse order of audio items

This commit is contained in:
Aadil Ayub 2022-10-04 14:21:17 +05:00
parent b5cdea87c8
commit 49f0985a71
2 changed files with 3 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -357,6 +357,8 @@ footer {
}
.audio-list {
display: flex;
flex-direction: column-reverse;
li {
margin-bottom: 2rem;