fix mobile css

This commit is contained in:
2025-06-15 22:42:32 +09:00
parent 594d7e7aef
commit 27935324c7
5 changed files with 29 additions and 6 deletions

View File

@ -822,6 +822,13 @@ article.article-content {
}
.comment-section {
max-width: 100% !important;
padding: 0px !important;
margin: 0px !important;
}
.comment-container {
max-width: 100% !important;
padding: 0px !important;
margin: 0px !important;
}