chore: update doc mobile sidebar style (#4420)

This commit is contained in:
0song 2021-11-21 19:20:35 +08:00 committed by GitHub
parent 57f9da5502
commit da5d1171eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,4 +18,12 @@
overflow: hidden;
}
}
@media (max-width: 768px) {
.sponsor-item {
max-width: 160px;
img {
border-radius: 4px;
}
}
}
</style>