Новые изменения в компоенты

This commit is contained in:
Web-serfer 2026-04-28 19:37:59 +05:00
parent bccd6310b3
commit 1cea684a89
3 changed files with 16 additions and 13 deletions

View file

@ -270,7 +270,7 @@ export default function Comments(props: CommentsProps) {
<>
<style>{`
@media (max-width: 768px) {
.comments-wrapper { padding: 0 0.75rem; }
.comments-wrapper { padding: 0; }
.comments-wrapper h3 { font-size: 1.5rem !important; }
.comment-card { padding: 1rem !important; }
.comment-avatar { width: 40px !important; height: 40px !important; }