Updates audio min height for chrome compatibiliuty.
This commit is contained in:
parent
880ac4056b
commit
f13224bf17
|
@ -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
Loading…
Reference in New Issue