fix: better width for the aplayer in mobile.
This commit is contained in:
parent
2bb010907b
commit
64a3f15989
@ -3230,3 +3230,10 @@ blockquote p:last-child {
|
||||
max-width: 350px;
|
||||
margin: 0 0 1.25rem;
|
||||
}
|
||||
|
||||
@media (max-width: 767.98px) {
|
||||
.aplayer {
|
||||
max-width: 100%;
|
||||
margin: 0 2rem 1.25rem;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user