fix: better width for the aplayer in mobile.

This commit is contained in:
Yufan Sheng 2024-07-08 00:36:41 +08:00
parent 2bb010907b
commit 64a3f15989
Signed by: syhily
GPG Key ID: 9D18A22A7DCD5A9B

View File

@ -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;
}
}