Updates audio min height for chrome compatibiliuty.

This commit is contained in:
mateuswetah 2019-11-12 10:12:37 -03:00
parent 880ac4056b
commit f13224bf17
2 changed files with 5 additions and 1 deletions

View File

@ -40,6 +40,10 @@
min-height: 80vh;
border: none;
}
& > audio {
min-height: 54px;
padding: 12px;
}
& > a,
& > p {
padding: 1rem 4.33337vw;

File diff suppressed because one or more lines are too long