fix: better width for the aplayer in mobile.
This commit is contained in:
parent
dfc2a55356
commit
a50b621388
@ -3230,3 +3230,10 @@ blockquote p:last-child {
|
|||||||
max-width: 350px;
|
max-width: 350px;
|
||||||
margin: 0 0 1.25rem;
|
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